[jira] [Reopened] (LUCENE-9356) Add tests for corruptions caused by byte flips

2020-06-12 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand reopened LUCENE-9356: -- I reverted the test, there are still some cases that wouldn't cause a CorruptIndexException and

[jira] [Resolved] (SOLR-10810) Examine precommit lint WARNINGs in non-test code

2020-06-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-10810. --- Resolution: Duplicate This is all being handled in other JIRAs, particularly SOLR-10778 this

[jira] [Commented] (LUCENE-9389) Enhance gradle logging calls validation: eliminate getMessage()

2020-06-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134165#comment-17134165 ] Erick Erickson commented on LUCENE-9389: This looks good, anyone object to me pushing it? >

[jira] [Assigned] (SOLR-14534) Investigate cleaning up any remaining warnings in 8x

2020-06-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson reassigned SOLR-14534: - Assignee: Erick Erickson > Investigate cleaning up any remaining warnings in 8x >

[jira] [Created] (SOLR-14564) Fix or suppress remaining warnings in solr/core

2020-06-12 Thread Erick Erickson (Jira)
Erick Erickson created SOLR-14564: - Summary: Fix or suppress remaining warnings in solr/core Key: SOLR-14564 URL: https://issues.apache.org/jira/browse/SOLR-14564 Project: Solr Issue Type:

[jira] [Commented] (SOLR-14534) Investigate cleaning up any remaining warnings in 8x

2020-06-12 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134213#comment-17134213 ] Michael Sokolov commented on SOLR-14534: I decided not to backport LUCENE-9394, cleaning up

[GitHub] [lucene-solr] rmuir commented on pull request #1557: LUCENE-9396: Improve truncation detection for points.

2020-06-12 Thread GitBox
rmuir commented on pull request #1557: URL: https://github.com/apache/lucene-solr/pull/1557#issuecomment-643285331 i'm proposing something like this for the new method: ``` if (expectedLength < footerLength()) { throw new IllegalArgumentException("expectedLength cannot be less

[jira] [Comment Edited] (LUCENE-9390) Kuromoji tokenizer discards tokens if they start with a punctuation character

2020-06-12 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134249#comment-17134249 ] Jun Ohtani edited comment on LUCENE-9390 at 6/12/20, 2:45 PM: -- I counted 3

[jira] [Commented] (SOLR-14563) Fix or suppress warnings in solr/contrib

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134292#comment-17134292 ] ASF subversion and git services commented on SOLR-14563: Commit

[jira] [Commented] (SOLR-14563) Fix or suppress warnings in solr/contrib

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134291#comment-17134291 ] ASF subversion and git services commented on SOLR-14563: Commit

[jira] [Resolved] (SOLR-14563) Fix or suppress warnings in solr/contrib

2020-06-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-14563. --- Fix Version/s: 8.6 Resolution: Fixed > Fix or suppress warnings in solr/contrib >

[jira] [Commented] (SOLR-14384) Stack SolrRequestInfo

2020-06-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134281#comment-17134281 ] David Smiley commented on SOLR-14384: - I'm inclined to merge the PR as-is for master & 8x Monday. >

[GitHub] [lucene-solr] rmuir commented on pull request #1557: LUCENE-9396: Improve truncation detection for points.

2020-06-12 Thread GitBox
rmuir commented on pull request #1557: URL: https://github.com/apache/lucene-solr/pull/1557#issuecomment-643316427 Yeah, you are right, its not that bad. But still i would prefer to just deliver the clear exception without adding a less-clear suppressed one.

[GitHub] [lucene-solr] s1monw opened a new pull request #1573: Cleanup TermsHashPerField

2020-06-12 Thread GitBox
s1monw opened a new pull request #1573: URL: https://github.com/apache/lucene-solr/pull/1573 Several classes within the IndexWriter indexing chain haven't been touched for several years. Most of these classes expose their internals through public members and are difficult to construct in

[jira] [Commented] (LUCENE-9394) Fix or suppress compile-time warnings

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134137#comment-17134137 ] ASF subversion and git services commented on LUCENE-9394: - Commit

[jira] [Commented] (LUCENE-9394) Fix or suppress compile-time warnings

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134138#comment-17134138 ] ASF subversion and git services commented on LUCENE-9394: - Commit

[GitHub] [lucene-solr] msokolov merged pull request #1563: LUCENE-9394: fix and suppress warnings

2020-06-12 Thread GitBox
msokolov merged pull request #1563: URL: https://github.com/apache/lucene-solr/pull/1563 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[jira] [Created] (SOLR-14565) Fix or suppress warnings in solrj/impl and solrj/io/graph

2020-06-12 Thread Erick Erickson (Jira)
Erick Erickson created SOLR-14565: - Summary: Fix or suppress warnings in solrj/impl and solrj/io/graph Key: SOLR-14565 URL: https://issues.apache.org/jira/browse/SOLR-14565 Project: Solr

[GitHub] [lucene-solr] mikemccand commented on pull request #1543: LUCENE-9378: Disable compression on binary values whose length is less than 32.

2020-06-12 Thread GitBox
mikemccand commented on pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#issuecomment-643263358 > > @gandhi-viral That would work for me but I'd like to make sure we're talking about the same thing: > > > > * Lucene86DocValuesConsumer gets a ctor argument to

[jira] [Commented] (SOLR-14541) Ensure classes that implement equals implement hashCode or suppress warnings

2020-06-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134216#comment-17134216 ] Erick Erickson commented on SOLR-14541: --- These classes have SuppressWarnings that should be

[GitHub] [lucene-solr] jpountz commented on pull request #1557: LUCENE-9396: Improve truncation detection for points.

2020-06-12 Thread GitBox
jpountz commented on pull request #1557: URL: https://github.com/apache/lucene-solr/pull/1557#issuecomment-643297559 I think it's doing the opposite actually: ``` CorruptIndexException("truncated file: length=" + in.length() + " but expectedLength==" + expectedLength, in)

[jira] [Updated] (LUCENE-9394) Fix or suppress compile-time warnings

2020-06-12 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Sokolov updated LUCENE-9394: Fix Version/s: master (9.0) > Fix or suppress compile-time warnings >

[jira] [Resolved] (LUCENE-9394) Fix or suppress compile-time warnings

2020-06-12 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Sokolov resolved LUCENE-9394. - Assignee: Michael Sokolov Resolution: Fixed > Fix or suppress compile-time

[jira] [Created] (SOLR-14563) Fix or suppress warnings in solr/contrib

2020-06-12 Thread Erick Erickson (Jira)
Erick Erickson created SOLR-14563: - Summary: Fix or suppress warnings in solr/contrib Key: SOLR-14563 URL: https://issues.apache.org/jira/browse/SOLR-14563 Project: Solr Issue Type: Sub-task

[GitHub] [lucene-solr] rmuir commented on pull request #1557: LUCENE-9396: Improve truncation detection for points.

2020-06-12 Thread GitBox
rmuir commented on pull request #1557: URL: https://github.com/apache/lucene-solr/pull/1557#issuecomment-643283120 I like the new organization by having an optional parameter to `retrieve`. But I think the exception handling can be simpler here? I think it would be better to check the

[jira] [Commented] (SOLR-11973) Selectively fail on precommit WARN messages

2020-06-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134248#comment-17134248 ] Erick Erickson commented on SOLR-11973: --- We're getting perilously close to having warning-free

[GitHub] [lucene-solr] rmuir commented on pull request #1557: LUCENE-9396: Improve truncation detection for points.

2020-06-12 Thread GitBox
rmuir commented on pull request #1557: URL: https://github.com/apache/lucene-solr/pull/1557#issuecomment-643294631 How would the length in the meta file be incorrect? It comes from a checksum-verified file, right? I think with the current PR, you'll get a somewhat confusing

[jira] [Commented] (LUCENE-9389) Enhance gradle logging calls validation: eliminate getMessage()

2020-06-12 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134132#comment-17134132 ] Andras Salamon commented on LUCENE-9389: All the listed lucene (luke) logs had the following

[jira] [Updated] (LUCENE-9389) Enhance gradle logging calls validation: eliminate getMessage()

2020-06-12 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Salamon updated LUCENE-9389: --- Status: Patch Available (was: Open) > Enhance gradle logging calls validation: eliminate

[GitHub] [lucene-solr] jpountz commented on pull request #1557: LUCENE-9396: Improve truncation detection for points.

2020-06-12 Thread GitBox
jpountz commented on pull request #1557: URL: https://github.com/apache/lucene-solr/pull/1557#issuecomment-643292082 I liked doing the suppressed dance to still get information about the shape of the footer, e.g. for the case when the footer would be correct but the length retrieved from

[jira] [Commented] (LUCENE-9390) Kuromoji tokenizer discards tokens if they start with a punctuation character

2020-06-12 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134249#comment-17134249 ] Jun Ohtani commented on LUCENE-9390: I counted 3 types of words in ipadic csv files. # word that

[jira] [Updated] (LUCENE-9389) Enhance gradle logging calls validation: eliminate getMessage()

2020-06-12 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Salamon updated LUCENE-9389: --- Attachment: LUCENE-9389.patch > Enhance gradle logging calls validation: eliminate

[jira] [Commented] (SOLR-14534) Investigate cleaning up any remaining warnings in 8x

2020-06-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134222#comment-17134222 ] Erick Erickson commented on SOLR-14534: --- Thanks for the info. So far I've been OK backporting

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1552: LUCENE-8962

2020-06-12 Thread GitBox
mikemccand commented on a change in pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#discussion_r439492017 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -4483,6 +4593,7 @@ public int length() { // Merge would

[jira] [Commented] (SOLR-11973) Selectively fail on precommit WARN messages

2020-06-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134455#comment-17134455 ] Erick Erickson commented on SOLR-11973: --- Thanks Tomás and Jason. Tomás: Hmmm, yes, perhaps a

[jira] [Created] (SOLR-14566) Record "NOW" on "coordinator" log messages

2020-06-12 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-14566: -- Summary: Record "NOW" on "coordinator" log messages Key: SOLR-14566 URL: https://issues.apache.org/jira/browse/SOLR-14566 Project: Solr Issue Type:

[GitHub] [lucene-solr] gerlowskija opened a new pull request #1574: SOLR-14566: Log NOW value on coordinator node for dist search requests

2020-06-12 Thread GitBox
gerlowskija opened a new pull request #1574: URL: https://github.com/apache/lucene-solr/pull/1574 # Description When reading through logs, associating the log message from the coordinator node with the messages for per-shard requests downstream can be difficult. Nothing unique (or

[jira] [Commented] (SOLR-11973) Selectively fail on precommit WARN messages

2020-06-12 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134377#comment-17134377 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-11973: -- +1 to the idea. Thanks for

[jira] [Comment Edited] (LUCENE-9390) Kuromoji tokenizer discards tokens if they start with a punctuation character

2020-06-12 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134428#comment-17134428 ] Jun Ohtani edited comment on LUCENE-9390 at 6/12/20, 5:53 PM: -- I also

[jira] [Commented] (LUCENE-9390) Kuromoji tokenizer discards tokens if they start with a punctuation character

2020-06-12 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134428#comment-17134428 ] Jun Ohtani commented on LUCENE-9390: I also checked *UniDic* around punctuation character, because I

[jira] [Commented] (SOLR-14566) Record "NOW" on "coordinator" log messages

2020-06-12 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134368#comment-17134368 ] Jason Gerlowski commented on SOLR-14566: I created a PR that takes the "NOW" approach described

[jira] [Commented] (SOLR-13132) Improve JSON "terms" facet performance when sorted by relatedness

2020-06-12 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134436#comment-17134436 ] Michael Gibney commented on SOLR-13132: --- Ah, no worries! Though in light of this discussion I

[jira] [Commented] (SOLR-11973) Selectively fail on precommit WARN messages

2020-06-12 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134397#comment-17134397 ] Jason Gerlowski commented on SOLR-11973: It sounds like a Good Thing to me. Though I reserve the

[jira] [Commented] (LUCENE-8574) ExpressionFunctionValues should cache per-hit value

2020-06-12 Thread Haoyu Zhai (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134323#comment-17134323 ] Haoyu Zhai commented on LUCENE-8574: Sry, wrong commit message pointed to here, the correct issue

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1552: LUCENE-8962: merge small segments on commit

2020-06-12 Thread GitBox
s1monw commented on a change in pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#discussion_r439646861 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -3257,6 +3320,52 @@ private long prepareCommitInternal() throws

[jira] [Commented] (LUCENE-9389) Enhance gradle logging calls validation: eliminate getMessage()

2020-06-12 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134505#comment-17134505 ] Lucene/Solr QA commented on LUCENE-9389: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1552: LUCENE-8962: merge small segments on commit

2020-06-12 Thread GitBox
s1monw commented on a change in pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#discussion_r439647024 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -3228,15 +3268,38 @@ private long prepareCommitInternal() throws

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1552: LUCENE-8962: merge small segments on commit

2020-06-12 Thread GitBox
s1monw commented on a change in pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#discussion_r439647267 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -4483,6 +4593,7 @@ public int length() { // Merge would

[GitHub] [lucene-solr] murblanc opened a new pull request #1575: SOLR-12823: fix TestZKPropertiesWriter

2020-06-12 Thread GitBox
murblanc opened a new pull request #1575: URL: https://github.com/apache/lucene-solr/pull/1575 # Description Fix TestZKPropertiesWriter that relied on legacy features of the SolrCloud cluster to work. These features were removed. # Solution Start a

[GitHub] [lucene-solr] msokolov commented on pull request #1552: LUCENE-8962: merge small segments on commit

2020-06-12 Thread GitBox
msokolov commented on pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#issuecomment-643476200 Test case #1 above, at least does reproduce (and #4 looks like a similar stack trace; I did not try it): gradlew :lucene:core:test --tests

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1552: LUCENE-8962: merge small segments on commit

2020-06-12 Thread GitBox
msokolov commented on a change in pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#discussion_r439657240 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriterConfig.java ## @@ -109,6 +110,9 @@ /** Default value for whether calls

[GitHub] [lucene-solr] s1monw commented on pull request #1552: LUCENE-8962: merge small segments on commit

2020-06-12 Thread GitBox
s1monw commented on pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#issuecomment-643486962 @mikemccand thanks for replying to all these comments. I do understand that this change has an impact and I agree we should add this functionality. I just disagree with the

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1552: LUCENE-8962: merge small segments on commit

2020-06-12 Thread GitBox
s1monw commented on a change in pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#discussion_r439646326 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriterConfig.java ## @@ -109,6 +110,9 @@ /** Default value for whether calls to

[GitHub] [lucene-solr] mikemccand commented on pull request #1552: LUCENE-8962: merge small segments on commit

2020-06-12 Thread GitBox
mikemccand commented on pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#issuecomment-643496306 > @mikemccand thanks for replying to all these comments. I do understand that this change has an impact and I agree we should add this functionality. I just disagree

[GitHub] [lucene-solr] msokolov commented on pull request #1552: LUCENE-8962: merge small segments on commit

2020-06-12 Thread GitBox
msokolov commented on pull request #1552: URL: https://github.com/apache/lucene-solr/pull/1552#issuecomment-643498821 Re those test failures: I was able to fix by checking for an empty merge and not submitting it. This is

[jira] [Commented] (SOLR-12823) remove clusterstate.json in Lucene/Solr 9.0

2020-06-12 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134591#comment-17134591 ] Ilan Ginzburg commented on SOLR-12823: -- I have learned quite a bit on how SolrCloud tests are done

[jira] [Updated] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-06-12 Thread Alex Klibisz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Klibisz updated LUCENE-9378: - Attachment: image-2020-06-12-22-17-30-339.png > Configurable compression for BinaryDocValues >

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1572: SOLR-14561 CoreAdminAPI's parameters instanceDir and dataDir are now validated

2020-06-12 Thread GitBox
tflobbe commented on a change in pull request #1572: URL: https://github.com/apache/lucene-solr/pull/1572#discussion_r439686403 ## File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java ## @@ -1259,6 +1277,20 @@ public SolrCore create(String coreName, Path

[jira] [Updated] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-06-12 Thread Alex Klibisz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Klibisz updated LUCENE-9378: - Attachment: image-2020-06-12-22-18-24-527.png > Configurable compression for BinaryDocValues >

[jira] [Updated] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-06-12 Thread Alex Klibisz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Klibisz updated LUCENE-9378: - Attachment: image-2020-06-12-22-18-48-919.png > Configurable compression for BinaryDocValues >

[jira] [Updated] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-06-12 Thread Alex Klibisz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Klibisz updated LUCENE-9378: - Attachment: image-2020-06-12-22-17-53-961.png > Configurable compression for BinaryDocValues >

[jira] [Resolved] (SOLR-14565) Fix or suppress warnings in solrj/impl and solrj/io/graph

2020-06-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-14565. --- Fix Version/s: 8.6 Resolution: Fixed > Fix or suppress warnings in solrj/impl and

[jira] [Commented] (SOLR-14565) Fix or suppress warnings in solrj/impl and solrj/io/graph

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134601#comment-17134601 ] ASF subversion and git services commented on SOLR-14565: Commit

[jira] [Commented] (SOLR-14565) Fix or suppress warnings in solrj/impl and solrj/io/graph

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134599#comment-17134599 ] ASF subversion and git services commented on SOLR-14565: Commit

[jira] [Commented] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-06-12 Thread Alex Klibisz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134629#comment-17134629 ] Alex Klibisz commented on LUCENE-9378: -- Hi, just as another datapoint: I'm using BinaryDocValues

[jira] [Commented] (LUCENE-9356) Add tests for corruptions caused by byte flips

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134007#comment-17134007 ] ASF subversion and git services commented on LUCENE-9356: - Commit

[jira] [Commented] (LUCENE-9356) Add tests for corruptions caused by byte flips

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134008#comment-17134008 ] ASF subversion and git services commented on LUCENE-9356: - Commit

[jira] [Commented] (LUCENE-9356) Add tests for corruptions caused by byte flips

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134048#comment-17134048 ] ASF subversion and git services commented on LUCENE-9356: - Commit