[jira] [Commented] (SOLR-12999) Index replication could delete segments first

2018-11-20 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16693670#comment-16693670 ] Michael Braun commented on SOLR-12999: -- [~erickerickson] right, it should never be serving queries

[jira] [Commented] (SOLR-12999) Index replication could delete segments first

2018-11-20 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16693497#comment-16693497 ] Michael Braun commented on SOLR-12999: -- Exactly - in the SolrCloud case where it can't PeerSync,

[jira] [Commented] (SOLR-12999) Index replication could delete segments first

2018-11-19 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16692096#comment-16692096 ] Michael Braun commented on SOLR-12999: -- On my old project we forked IndexFetcher to do something

[jira] [Commented] (SOLR-11752) add gzip to jetty

2018-08-30 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16597587#comment-16597587 ] Michael Braun commented on SOLR-11752: -- More seeing if a committer is ready to take this up! CC

[jira] [Commented] (SOLR-11752) add gzip to jetty

2018-08-30 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16597447#comment-16597447 ] Michael Braun commented on SOLR-11752: -- Looks like this patch needs to be updated to master, but is

[jira] [Updated] (SOLR-11909) Update HttpClient version to 4.5.6

2018-08-18 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11909: - Description: There is another maintenance release of HttpClient 4.x now out, 4.5.6, including

[jira] [Updated] (SOLR-11909) Update HttpClient version to 4.5.6

2018-08-18 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11909: - Summary: Update HttpClient version to 4.5.6 (was: Update HttpClient version to 4.5.5) > Update

[jira] [Resolved] (LUCENE-8433) Add FutureArrays.equals(Object[] a, int aToIndex, Object[] b, int bFromIndex, int bToIndex)

2018-08-18 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun resolved LUCENE-8433. --- Resolution: Won't Fix Agreed with [~jpountz], no need to do this. > Add

[jira] [Commented] (SOLR-12672) Implement Synchronized Disruption into Solr

2018-08-18 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16584839#comment-16584839 ] Michael Braun commented on SOLR-12672: -- SOLR-6730 has a similar goal (reducing chance of hitting GC)

[jira] [Commented] (LUCENE-8434) Use shared instance of CollectionTerminatedException

2018-08-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579964#comment-16579964 ] Michael Braun commented on LUCENE-8434: --- [~thetaphi] I checked and OmitStackTraceInFastThrow only

[jira] [Resolved] (LUCENE-8434) Use shared instance of CollectionTerminatedException

2018-08-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun resolved LUCENE-8434. --- Resolution: Won't Fix > Use shared instance of CollectionTerminatedException >

[jira] [Commented] (LUCENE-8434) Use shared instance of CollectionTerminatedException

2018-07-27 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16560446#comment-16560446 ] Michael Braun commented on LUCENE-8434: --- Definitely makes sense - appreciate the clarification!

[jira] [Commented] (LUCENE-8434) Use shared instance of CollectionTerminatedException

2018-07-27 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16560393#comment-16560393 ] Michael Braun commented on LUCENE-8434: --- Thanks [~thetaphi] - did not know about the

[jira] [Commented] (LUCENE-8432) Stop calling comparator even if early termination is not possible

2018-07-27 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16560372#comment-16560372 ] Michael Braun commented on LUCENE-8432: --- Added LUCENE-8434 with this to not pollute the comments

[jira] [Created] (LUCENE-8434) Use shared instance of CollectionTerminatedException

2018-07-27 Thread Michael Braun (JIRA)
Michael Braun created LUCENE-8434: - Summary: Use shared instance of CollectionTerminatedException Key: LUCENE-8434 URL: https://issues.apache.org/jira/browse/LUCENE-8434 Project: Lucene - Core

[jira] [Commented] (LUCENE-8432) Stop calling comparator even if early termination is not possible

2018-07-27 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16559992#comment-16559992 ] Michael Braun commented on LUCENE-8432: --- To speed this up even more, is it possible to not

[jira] [Created] (LUCENE-8433) Add FutureArrays.equals(Object[] a, int aToIndex, Object[] b, int bFromIndex, int bToIndex)

2018-07-27 Thread Michael Braun (JIRA)
Michael Braun created LUCENE-8433: - Summary: Add FutureArrays.equals(Object[] a, int aToIndex, Object[] b, int bFromIndex, int bToIndex) Key: LUCENE-8433 URL: https://issues.apache.org/jira/browse/LUCENE-8433

[jira] [Commented] (LUCENE-8426) Make ConjunctionSpans protected/public

2018-07-24 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554714#comment-16554714 ] Michael Braun commented on LUCENE-8426: --- This would be useful to us! > Make ConjunctionSpans

[jira] [Created] (SOLR-12577) Make ReplicationHandler and IndexFetcher more extensible

2018-07-21 Thread Michael Braun (JIRA)
Michael Braun created SOLR-12577: Summary: Make ReplicationHandler and IndexFetcher more extensible Key: SOLR-12577 URL: https://issues.apache.org/jira/browse/SOLR-12577 Project: Solr Issue

[jira] [Created] (LUCENE-8408) Code cleanup - TokenStreamFromTermVector - ATTRIBUTE_FACTORY

2018-07-17 Thread Michael Braun (JIRA)
Michael Braun created LUCENE-8408: - Summary: Code cleanup - TokenStreamFromTermVector - ATTRIBUTE_FACTORY Key: LUCENE-8408 URL: https://issues.apache.org/jira/browse/LUCENE-8408 Project: Lucene -

[jira] [Commented] (LUCENE-8406) Make ByteBufferIndexInput public

2018-07-17 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16546695#comment-16546695 ] Michael Braun commented on LUCENE-8406: --- Would love to have the performance of RAMDirectory

[jira] [Commented] (LUCENE-8403) Support 'filtered' term vectors - don't require all terms to be present

2018-07-16 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16545638#comment-16545638 ] Michael Braun commented on LUCENE-8403: --- Yes correct [~dsmiley], the CheckIndexes were hit as a

[jira] [Created] (LUCENE-8403) Support 'filtered' term vectors - don't require all terms to be present

2018-07-16 Thread Michael Braun (JIRA)
Michael Braun created LUCENE-8403: - Summary: Support 'filtered' term vectors - don't require all terms to be present Key: LUCENE-8403 URL: https://issues.apache.org/jira/browse/LUCENE-8403 Project:

[jira] [Commented] (LUCENE-8402) TestPriorityQueue failures

2018-07-16 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16545482#comment-16545482 ] Michael Braun commented on LUCENE-8402: --- If it's a desired aspect of the test, could undo the work

[jira] [Commented] (LUCENE-8345) Add wrapper class constructors to forbiddenapis

2018-07-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544298#comment-16544298 ] Michael Braun commented on LUCENE-8345: --- [~thetaphi] updated the PR, there was an additional

[jira] [Commented] (LUCENE-8345) Add wrapper class constructors to forbiddenapis

2018-07-13 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16543373#comment-16543373 ] Michael Braun commented on LUCENE-8345: --- [~thetaphi] do you want me to update the patch for the

[jira] [Updated] (SOLR-12468) Update Jetty to 9.4.11.v20180605

2018-06-08 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-12468: - Environment: (was: Summary of changes from

[jira] [Created] (SOLR-12468) Update Jetty to 9.4.11.v20180605

2018-06-08 Thread Michael Braun (JIRA)
Michael Braun created SOLR-12468: Summary: Update Jetty to 9.4.11.v20180605 Key: SOLR-12468 URL: https://issues.apache.org/jira/browse/SOLR-12468 Project: Solr Issue Type: Improvement

[jira] [Resolved] (SOLR-11984) Update dropwizard-metrics dependency to version 4.0.2

2018-06-07 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun resolved SOLR-11984. -- Resolution: Duplicate > Update dropwizard-metrics dependency to version 4.0.2 >

[jira] [Commented] (LUCENE-8345) Add wrapper class constructors to forbiddenapis

2018-06-05 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16502610#comment-16502610 ] Michael Braun commented on LUCENE-8345: --- [~thetaphi] corrected the random T in the text. Should

[jira] [Commented] (LUCENE-8345) Add wrapper class constructors to forbiddenapis

2018-06-05 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16502007#comment-16502007 ] Michael Braun commented on LUCENE-8345: --- Thanks for the feedback - will have an update in the next

[jira] [Commented] (LUCENE-8345) Add wrapper class constructors to forbiddenapis

2018-06-05 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16501859#comment-16501859 ] Michael Braun commented on LUCENE-8345: --- [~thetaphi] does this patch look sufficient? > Add

[jira] [Updated] (LUCENE-8345) Add wrapper class constructors to forbiddenapis

2018-06-03 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated LUCENE-8345: -- Environment: (was: Wrapper classes for the Java primitives (Boolean, Byte, Short,

[jira] [Created] (LUCENE-8345) Add wrapper class constructors to forbiddenapis

2018-06-03 Thread Michael Braun (JIRA)
Michael Braun created LUCENE-8345: - Summary: Add wrapper class constructors to forbiddenapis Key: LUCENE-8345 URL: https://issues.apache.org/jira/browse/LUCENE-8345 Project: Lucene - Core

[jira] [Commented] (SOLR-12378) Support missing versionField on indexed docs in DocBasedVersionConstraintsURP

2018-05-23 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487203#comment-16487203 ] Michael Braun commented on SOLR-12378: -- Just a thought for simplification, instead of creating a new

[jira] [Commented] (SOLR-12378) Support missing versionField on indexed docs in DocBasedVersionConstraintsURP

2018-05-23 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487186#comment-16487186 ] Michael Braun commented on SOLR-12378: -- Given that it's a config option, this makes sense! >

[jira] [Commented] (SOLR-12373) DocBasedVersionConstraintsProcessor doesn't work when schema has required fields

2018-05-18 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16480635#comment-16480635 ] Michael Braun commented on SOLR-12373: -- [~tomasflobbe] I can definitely see where this could be a

[jira] [Commented] (SOLR-11752) add gzip to jetty

2018-05-10 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470700#comment-16470700 ] Michael Braun commented on SOLR-11752: -- Is this patch able to be included? > add gzip to jetty >

[jira] [Commented] (SOLR-12265) Upgrade Jetty to 9.4.9

2018-05-07 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16466130#comment-16466130 ] Michael Braun commented on SOLR-12265: -- [~varunthacker] Jetty 9.4.10 is out -

[jira] [Commented] (SOLR-12292) Make it easier to configure Solr with CORS

2018-05-04 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16464451#comment-16464451 ] Michael Braun commented on SOLR-12292: -- >From the Jetty CORS filter docs at

[jira] [Commented] (SOLR-12286) Wrap log instances in "if (LOG.isLevelEnabled) { log... }

2018-04-30 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458734#comment-16458734 ] Michael Braun commented on SOLR-12286: -- [~erickerickson] I think the int example depends also on what

[jira] [Updated] (LUCENE-8283) Improve FieldOffsetStrategy javadoc post-OffsetsEnum change

2018-04-28 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated LUCENE-8283: -- Flags: Patch Lucene Fields: New,Patch Available (was: New) > Improve

[jira] [Updated] (LUCENE-8283) Improve FieldOffsetStrategy javadoc post-OffsetsEnum change

2018-04-28 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated LUCENE-8283: -- Attachment: LUCENE-8283.patch > Improve FieldOffsetStrategy javadoc post-OffsetsEnum change >

[jira] [Created] (LUCENE-8283) Improve FieldOffsetStrategy javadoc post-OffsetsEnum change

2018-04-28 Thread Michael Braun (JIRA)
Michael Braun created LUCENE-8283: - Summary: Improve FieldOffsetStrategy javadoc post-OffsetsEnum change Key: LUCENE-8283 URL: https://issues.apache.org/jira/browse/LUCENE-8283 Project: Lucene - Core

[jira] [Commented] (SOLR-12265) Upgrade Jetty to 9.4.9

2018-04-24 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16450349#comment-16450349 ] Michael Braun commented on SOLR-12265: -- Not sure [~varunthacker] - just checked on the offchance they

[jira] [Commented] (SOLR-12265) Upgrade Jetty to 9.4.9

2018-04-24 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16450231#comment-16450231 ] Michael Braun commented on SOLR-12265: -- It looks like a release of 9.4.10 might be imminent -

[jira] [Commented] (LUCENE-8252) ArrayIndexOutOfBoundsException hit in lucene50.ForUtil.readBlock

2018-04-13 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437461#comment-16437461 ] Michael Braun commented on LUCENE-8252: --- Aha thanks - sorry, had thought it checked checksums on

[jira] [Created] (LUCENE-8252) ArrayIndexOutOfBoundsException hit in lucene50.ForUtil.readBlock

2018-04-13 Thread Michael Braun (JIRA)
Michael Braun created LUCENE-8252: - Summary: ArrayIndexOutOfBoundsException hit in lucene50.ForUtil.readBlock Key: LUCENE-8252 URL: https://issues.apache.org/jira/browse/LUCENE-8252 Project: Lucene -

[jira] [Commented] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible and support multiple version fields

2018-04-12 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436047#comment-16436047 ] Michael Braun commented on SOLR-11336: -- Thanks [~dsmiley]! > DocBasedVersionConstraintsProcessor

[jira] [Created] (SOLR-12212) SolrQueryParser not handling q.op=AND correctly for parenthesized NOT fq

2018-04-11 Thread Michael Braun (JIRA)
Michael Braun created SOLR-12212: Summary: SolrQueryParser not handling q.op=AND correctly for parenthesized NOT fq Key: SOLR-12212 URL: https://issues.apache.org/jira/browse/SOLR-12212 Project: Solr

[jira] [Commented] (LUCENE-8189) Build fails with ant version 1.10.x

2018-04-04 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16425588#comment-16425588 ] Michael Braun commented on LUCENE-8189: --- Ant 1.10.3 has been released which includes the fix. >

[jira] [Commented] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible and support multiple version fields

2018-03-11 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394527#comment-16394527 ] Michael Braun commented on SOLR-11336: -- Thanks for the suggestions [~dsmiley]! I've attached an

[jira] [Updated] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible and support multiple version fields

2018-03-11 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11336: - Attachment: SOLR-11336.patch > DocBasedVersionConstraintsProcessor should be more extensible and

[jira] [Commented] (SOLR-12020) terms faceting on date field fails in distributed refinement

2018-03-05 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16386526#comment-16386526 ] Michael Braun commented on SOLR-12020: -- Looks like the git bot missed the commits for this > terms

[jira] [Commented] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible and support multiple version fields

2018-03-04 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16385447#comment-16385447 ] Michael Braun commented on SOLR-11336: -- Whoops thanks [~dsmiley], will have that fixed on the next

[jira] [Commented] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible and support multiple version fields

2018-03-01 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16382334#comment-16382334 ] Michael Braun commented on SOLR-11336: -- Ran test suite last night and looks good! (Aside from known

[jira] [Commented] (SOLR-11752) add gzip to jetty

2018-02-25 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16376353#comment-16376353 ] Michael Braun commented on SOLR-11752: -- Is this the same as [SOLR-10999]? > add gzip to jetty >

[jira] [Commented] (SOLR-10999) Support "Accept-Encoding" header to enable response gzip compression

2018-02-17 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16368404#comment-16368404 ] Michael Braun commented on SOLR-10999: -- [~janhoy] sorry for the delay in getting back with you after

[jira] [Updated] (SOLR-11980) SolrCore should not lock over non-final member variable, add final to more vars

2018-02-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11980: - Flags: Patch > SolrCore should not lock over non-final member variable, add final to more > vars

[jira] [Commented] (SOLR-11980) SolrCore should not lock over non-final member variable, add final to more vars

2018-02-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364998#comment-16364998 ] Michael Braun commented on SOLR-11980: -- Patch passes precommit, have not run the full test suite >

[jira] [Updated] (SOLR-11980) SolrCore should not lock over non-final member variable, add final to more vars

2018-02-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11980: - Summary: SolrCore should not lock over non-final member variable, add final to more vars (was:

[jira] [Updated] (SOLR-11980) SolrCore should not lock over non-final member variable, add final to more vars

2018-02-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11980: - Attachment: SOLR-11980.patch > SolrCore should not lock over non-final member variable, add final

[jira] [Updated] (SOLR-11980) SolrCore should not lock over non-final member variable, add final to more vars

2018-02-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11980: - Description:

[jira] [Commented] (SOLR-11984) Update dropwizard-metrics dependency to version 4.0.2

2018-02-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364926#comment-16364926 ] Michael Braun commented on SOLR-11984: -- Slight wrinkle: the ganglia metrics reporter was removed. >

[jira] [Commented] (SOLR-11909) Update HttpClient version to 4.5.5

2018-02-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364912#comment-16364912 ] Michael Braun commented on SOLR-11909: -- Patch passes precommit. Have not run the full test suite yet.

[jira] [Updated] (SOLR-11909) Update HttpClient version to 4.5.5

2018-02-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11909: - Flags: Patch > Update HttpClient version to 4.5.5 > -- > >

[jira] [Updated] (SOLR-11909) Update HttpClient version to 4.5.5

2018-02-14 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11909: - Attachment: SOLR-11909.patch > Update HttpClient version to 4.5.5 >

[jira] [Created] (SOLR-11984) Update dropwizard-metrics dependency to version 4.0.2

2018-02-14 Thread Michael Braun (JIRA)
Michael Braun created SOLR-11984: Summary: Update dropwizard-metrics dependency to version 4.0.2 Key: SOLR-11984 URL: https://issues.apache.org/jira/browse/SOLR-11984 Project: Solr Issue

[jira] [Created] (LUCENE-8172) Precommit should fail on synchronization over non-final member variable

2018-02-13 Thread Michael Braun (JIRA)
Michael Braun created LUCENE-8172: - Summary: Precommit should fail on synchronization over non-final member variable Key: LUCENE-8172 URL: https://issues.apache.org/jira/browse/LUCENE-8172 Project:

[jira] [Created] (SOLR-11980) SolrCore should not lock over non-final member variable

2018-02-13 Thread Michael Braun (JIRA)
Michael Braun created SOLR-11980: Summary: SolrCore should not lock over non-final member variable Key: SOLR-11980 URL: https://issues.apache.org/jira/browse/SOLR-11980 Project: Solr Issue

[jira] [Updated] (LUCENE-8127) BooleanQuery with needsScores=false, rewriteNoScoring improvement

2018-02-11 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated LUCENE-8127: -- Attachment: LUCENE-8127.patch > BooleanQuery with needsScores=false, rewriteNoScoring

[jira] [Updated] (LUCENE-8127) BooleanQuery with needsScores=false, rewriteNoScoring improvement

2018-02-11 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated LUCENE-8127: -- Flags: Patch Lucene Fields: New,Patch Available (was: New) > BooleanQuery with

[jira] [Commented] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible and support multiple version fields

2018-02-11 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16359977#comment-16359977 ] Michael Braun commented on SOLR-11336: -- New patch with a configuration fix, documentation fixes and

[jira] [Updated] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible and support multiple version fields

2018-02-11 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11336: - Attachment: SOLR-11336.patch > DocBasedVersionConstraintsProcessor should be more extensible and

[jira] [Commented] (SOLR-11934) Visit Solr logging, it's too noisy.

2018-02-01 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349051#comment-16349051 ] Michael Braun commented on SOLR-11934: -- Regarding the %C in the pattern, is it not practical to use

[jira] [Created] (SOLR-11909) Update HttpClient version to 4.5.5

2018-01-25 Thread Michael Braun (JIRA)
Michael Braun created SOLR-11909: Summary: Update HttpClient version to 4.5.5 Key: SOLR-11909 URL: https://issues.apache.org/jira/browse/SOLR-11909 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-11884) find/fix inefficiencies in our use of logging

2018-01-22 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16334977#comment-16334977 ] Michael Braun commented on SOLR-11884: -- [~erickerickson] I previously logged  SOLR-10415 to track

[jira] [Updated] (LUCENE-8127) BooleanQuery with needsScores=false, rewriteNoScoring improvement

2018-01-10 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated LUCENE-8127: -- Priority: Minor (was: Major) > BooleanQuery with needsScores=false, rewriteNoScoring

[jira] [Created] (LUCENE-8127) BooleanQuery with needsScores=false, rewriteNoScoring improvement

2018-01-10 Thread Michael Braun (JIRA)
Michael Braun created LUCENE-8127: - Summary: BooleanQuery with needsScores=false, rewriteNoScoring improvement Key: LUCENE-8127 URL: https://issues.apache.org/jira/browse/LUCENE-8127 Project: Lucene

[jira] [Updated] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible and support multiple version fields

2017-12-04 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11336: - Attachment: SOLR-11336.patch Latest version of patch - still need to update documentation and add

[jira] [Updated] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible and support multiple version fields

2017-12-04 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11336: - Summary: DocBasedVersionConstraintsProcessor should be more extensible and support multiple

[jira] [Commented] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible

2017-12-01 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16274508#comment-16274508 ] Michael Braun commented on SOLR-11336: -- As the next step I want to extend it to process multiple

[jira] [Commented] (LUCENE-8033) Should FieldInfos always use a dense encoding?

2017-11-30 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16272817#comment-16272817 ] Michael Braun commented on LUCENE-8033: --- Sorry [~jpountz] - delete by query. Don't have the

[jira] [Commented] (LUCENE-8033) Should FieldInfos always use a dense encoding?

2017-11-30 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16272779#comment-16272779 ] Michael Braun commented on LUCENE-8033: --- For us using a lot of fields, the adding to byNumber when

[jira] [Resolved] (SOLR-9453) NullPointerException on PeerSync recovery

2017-11-22 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun resolved SOLR-9453. - Resolution: Done This was fixed in later versions of Solr > NullPointerException on PeerSync

[jira] [Commented] (LUCENE-7994) Use int/int hash map for int taxonomy facet counts

2017-10-16 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16206059#comment-16206059 ] Michael Braun commented on LUCENE-7994: --- [~mikemccand] Issues like [LUCENE-7525] would benefit from

[jira] [Commented] (LUCENE-7976) Add a parameter to TieredMergePolicy to merge segments that have more than X percent deleted documents

2017-10-04 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16191510#comment-16191510 ] Michael Braun commented on LUCENE-7976: --- [~mikemccand] thought this issue was about the case where

[jira] [Updated] (SOLR-9629) Fix SolrJ warnings and use of deprecated methods in org.apache.solr.client.solrj.impl package

2017-09-17 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-9629: Attachment: SOLR-9629.patch Whoops, forgot to remove unused imports, precommit now passes from the

[jira] [Updated] (SOLR-9629) Fix SolrJ warnings and use of deprecated methods in org.apache.solr.client.solrj.impl package

2017-09-17 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-9629: Attachment: SOLR-9629.patch [~elyograg] This is an updated patch (minus the changes.txt) for current

[jira] [Updated] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible

2017-09-17 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11336: - Flags: Patch > DocBasedVersionConstraintsProcessor should be more extensible >

[jira] [Updated] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible

2017-09-17 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11336: - Attachment: SOLR-11336.patch Attached is a patch which is need of feedback. I'm not sure if it

[jira] [Created] (SOLR-11336) DocBasedVersionConstraintsProcessor should be more extensible

2017-09-07 Thread Michael Braun (JIRA)
Michael Braun created SOLR-11336: Summary: DocBasedVersionConstraintsProcessor should be more extensible Key: SOLR-11336 URL: https://issues.apache.org/jira/browse/SOLR-11336 Project: Solr

[jira] [Updated] (SOLR-11314) FastCharStream should avoid creating new IOExceptions as a signaling mechanism

2017-09-06 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11314: - Attachment: Screen Shot 2017-09-06 at 8.21.18 PM.png Attaching what it looks like in sampling -

[jira] [Commented] (SOLR-11242) QueryParser should avoid creating an LookaheadSuccess(Error) object with every instance

2017-09-04 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16152867#comment-16152867 ] Michael Braun commented on SOLR-11242: -- [~dsmiley] Thank you! Looks like this jira issue is missing

[jira] [Commented] (SOLR-11314) FastCharStream should avoid creating new IOExceptions as a signaling mechanism

2017-09-02 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151602#comment-16151602 ] Michael Braun commented on SOLR-11314: -- Before change: 1194ms with test class. After: 815ms. After

[jira] [Updated] (SOLR-11314) FastCharStream should avoid creating new IOExceptions as a signaling mechanism

2017-09-02 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11314: - Attachment: TestQueryPerfSpeedup.java Attaching test class used for simple benchmarking >

[jira] [Updated] (SOLR-11314) FastCharStream should avoid creating new IOExceptions as a signaling mechanism

2017-09-02 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11314: - Flags: Patch > FastCharStream should avoid creating new IOExceptions as a signaling mechanism >

[jira] [Updated] (SOLR-11314) FastCharStream should avoid creating new IOExceptions as a signaling mechanism

2017-09-02 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-11314: - Attachment: SOLR-11314.patch > FastCharStream should avoid creating new IOExceptions as a

[jira] [Created] (SOLR-11314) FastCharStream should avoid creating new IOExceptions as a signaling mechanism

2017-09-02 Thread Michael Braun (JIRA)
Michael Braun created SOLR-11314: Summary: FastCharStream should avoid creating new IOExceptions as a signaling mechanism Key: SOLR-11314 URL: https://issues.apache.org/jira/browse/SOLR-11314

[jira] [Commented] (SOLR-11242) QueryParser should avoid creating an LookaheadSuccess(Error) object with every instance

2017-09-02 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151595#comment-16151595 ] Michael Braun commented on SOLR-11242: -- Attached a simple patch that makes the exception static so

  1   2   >