[jira] [Commented] (SOLR-13067) Harden BasicAuthIntegrationTest.

2020-03-27 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17069181#comment-17069181 ] Marcus Eagan commented on SOLR-13067: - tthank you [~janhoy] > Harden BasicAuthIntegrationTest. >

[jira] [Resolved] (SOLR-13067) Harden BasicAuthIntegrationTest.

2020-03-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-13067. Resolution: Implemented Closing as implemented since there are lots of commits on this. Let's open

[GitHub] [lucene-solr] athrog commented on issue #1385: SOLR-14370: Refactor bin/solr to allow external override of Jetty modules

2020-03-27 Thread GitBox
athrog commented on issue #1385: SOLR-14370: Refactor bin/solr to allow external override of Jetty modules URL: https://github.com/apache/lucene-solr/pull/1385#issuecomment-605364740 @dsmiley Let me know if I should add documentation for this

[GitHub] [lucene-solr] athrog opened a new pull request #1385: SOLR-14370: Refactor bin/solr to allow external override of Jetty modules

2020-03-27 Thread GitBox
athrog opened a new pull request #1385: SOLR-14370: Refactor bin/solr to allow external override of Jetty modules URL: https://github.com/apache/lucene-solr/pull/1385 # Description The bin/solr script currently does not allow for externally overriding the

[jira] [Created] (SOLR-14370) Refactor bin/solr to allow external override of Jetty modules

2020-03-27 Thread Andy Throgmorton (Jira)
Andy Throgmorton created SOLR-14370: --- Summary: Refactor bin/solr to allow external override of Jetty modules Key: SOLR-14370 URL: https://issues.apache.org/jira/browse/SOLR-14370 Project: Solr

[GitHub] [lucene-solr] madrob commented on issue #1165: LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher#buildQuery

2020-03-27 Thread GitBox
madrob commented on issue #1165: LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher#buildQuery URL: https://github.com/apache/lucene-solr/pull/1165#issuecomment-605337682 Committed at 84f6507452b. Thanks! This is

[GitHub] [lucene-solr] madrob closed pull request #1165: LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher#buildQuery

2020-03-27 Thread GitBox
madrob closed pull request #1165: LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher#buildQuery URL: https://github.com/apache/lucene-solr/pull/1165 This is an automated message from the Apache Git Service. To

[jira] [Resolved] (LUCENE-9133) TermFilteredPresearcher NPE issue with empty fields

2020-03-27 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved LUCENE-9133. --- Fix Version/s: 8.6 Assignee: Mike Drob Resolution: Fixed Thanks for the patch,

[jira] [Commented] (LUCENE-9133) TermFilteredPresearcher NPE issue with empty fields

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

[jira] [Commented] (LUCENE-9133) TermFilteredPresearcher NPE issue with empty fields

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

[jira] [Commented] (SOLR-14365) CollapsingQParser - Avoiding always allocate int[] and float[] with size equals to number of unique values

2020-03-27 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17069066#comment-17069066 ] David Smiley commented on SOLR-14365: - FWIW I suggest the name "auto" more so than "smart". >

[GitHub] [lucene-solr] mayya-sharipova commented on issue #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-27 Thread GitBox
mayya-sharipova commented on issue #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#issuecomment-605327672 @msokolov Thank for suggesting additional benchmarks that we can use. Below are the results on the dataset

[GitHub] [lucene-solr] madrob merged pull request #1384: Remove CurrentCoreDescriptorProvider

2020-03-27 Thread GitBox
madrob merged pull request #1384: Remove CurrentCoreDescriptorProvider URL: https://github.com/apache/lucene-solr/pull/1384 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (SOLR-13067) Harden BasicAuthIntegrationTest.

2020-03-27 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17069060#comment-17069060 ] Marcus Eagan commented on SOLR-13067: - [~markrmil...@gmail.com]Is this still an issue? > Harden

[GitHub] [lucene-solr] mjustice3 commented on issue #1165: LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher#buildQuery

2020-03-27 Thread GitBox
mjustice3 commented on issue #1165: LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher#buildQuery URL: https://github.com/apache/lucene-solr/pull/1165#issuecomment-605301286 Okay, it didn't really need a separate stand-alone test anyway so I've incorporated it into the old one.

[GitHub] [lucene-solr] madrob commented on a change in pull request #1071: SOLR-14003: Refactor code to avoid reading state from Replica/Slic

2020-03-27 Thread GitBox
madrob commented on a change in pull request #1071: SOLR-14003: Refactor code to avoid reading state from Replica/Slic URL: https://github.com/apache/lucene-solr/pull/1071#discussion_r399486422 ## File path:

[GitHub] [lucene-solr] madrob commented on a change in pull request #1071: SOLR-14003: Refactor code to avoid reading state from Replica/Slic

2020-03-27 Thread GitBox
madrob commented on a change in pull request #1071: SOLR-14003: Refactor code to avoid reading state from Replica/Slic URL: https://github.com/apache/lucene-solr/pull/1071#discussion_r399482550 ## File path:

[GitHub] [lucene-solr] madrob commented on a change in pull request #1071: SOLR-14003: Refactor code to avoid reading state from Replica/Slic

2020-03-27 Thread GitBox
madrob commented on a change in pull request #1071: SOLR-14003: Refactor code to avoid reading state from Replica/Slic URL: https://github.com/apache/lucene-solr/pull/1071#discussion_r399485353 ## File path: solr/core/src/java/org/apache/solr/cloud/ElectionContext.java ##

[jira] [Commented] (LUCENE-9120) Ability to run gradle tests with security auditing or any other JVM-level messaging

2020-03-27 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068993#comment-17068993 ] Erick Erickson commented on LUCENE-9120: [~dweiss] One of the Gradle folks is engaging on the

[jira] [Comment Edited] (LUCENE-9120) Ability to run gradle tests with security auditing or any other JVM-level messaging

2020-03-27 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068625#comment-17068625 ] Erick Erickson edited comment on LUCENE-9120 at 3/27/20, 7:08 PM: -- See:

[GitHub] [lucene-solr] madrob commented on issue #1165: LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher#buildQuery

2020-03-27 Thread GitBox
madrob commented on issue #1165: LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher#buildQuery URL: https://github.com/apache/lucene-solr/pull/1165#issuecomment-605209605 This LGTM. Can we refactor the common parts of `testQueryBuilder` and `testQueryBuilderHandlesEmptyField`

[GitHub] [lucene-solr] madrob commented on issue #1330: LUCENE-9267 Replace getQueryBuildTime time unit from ms to ns

2020-03-27 Thread GitBox
madrob commented on issue #1330: LUCENE-9267 Replace getQueryBuildTime time unit from ms to ns URL: https://github.com/apache/lucene-solr/pull/1330#issuecomment-605170439 Thanks for finding this and putting up a patch! Can you also update the documentation in `MultiMatchingQueries`

[GitHub] [lucene-solr] madrob commented on issue #1348: SOLR-14326 Number of tlog replicas off by one when restoring collections

2020-03-27 Thread GitBox
madrob commented on issue #1348: SOLR-14326 Number of tlog replicas off by one when restoring collections URL: https://github.com/apache/lucene-solr/pull/1348#issuecomment-605165617 Thanks for finding this and taking the time to post a patch! Could you add a test to demonstrate that this

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1381: SOLR-14364: LTR SolrFeature fq improvements

2020-03-27 Thread GitBox
dsmiley commented on a change in pull request #1381: SOLR-14364: LTR SolrFeature fq improvements URL: https://github.com/apache/lucene-solr/pull/1381#discussion_r399444698 ## File path: solr/core/src/java/org/apache/solr/search/grouping/CommandHandler.java ## @@ -228,12

[jira] [Resolved] (LUCENE-9290) TestXYPoint#testEqualsAndHashCode test failure

2020-03-27 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved LUCENE-9290. --- Fix Version/s: master (9.0) Assignee: Mike Drob Resolution: Fixed Thanks for the

[jira] [Commented] (LUCENE-9290) TestXYPoint#testEqualsAndHashCode test failure

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

[GitHub] [lucene-solr] madrob closed pull request #1375: Fix TestXYPoint#testEqualsAndHashCode

2020-03-27 Thread GitBox
madrob closed pull request #1375: Fix TestXYPoint#testEqualsAndHashCode URL: https://github.com/apache/lucene-solr/pull/1375 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Created] (SOLR-14369) QueryContext (used only by facet module) should be removed

2020-03-27 Thread David Smiley (Jira)
David Smiley created SOLR-14369: --- Summary: QueryContext (used only by facet module) should be removed Key: SOLR-14369 URL: https://issues.apache.org/jira/browse/SOLR-14369 Project: Solr Issue

[GitHub] [lucene-solr] cpoerschke commented on a change in pull request #1381: SOLR-14364: LTR SolrFeature fq improvements

2020-03-27 Thread GitBox
cpoerschke commented on a change in pull request #1381: SOLR-14364: LTR SolrFeature fq improvements URL: https://github.com/apache/lucene-solr/pull/1381#discussion_r399415869 ## File path: solr/core/src/java/org/apache/solr/search/grouping/CommandHandler.java ## @@

[GitHub] [lucene-solr] madrob commented on issue #1384: Remove CurrentCoreDescriptorProvider

2020-03-27 Thread GitBox
madrob commented on issue #1384: Remove CurrentCoreDescriptorProvider URL: https://github.com/apache/lucene-solr/pull/1384#issuecomment-605099729 Is ZkController public API? Do I need a JIRA and CHANGES entry for this? This

[jira] [Commented] (SOLR-14049) Disable Config APIs by default

2020-03-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068844#comment-17068844 ] Jan Høydahl commented on SOLR-14049: We already have the option {{-Dsolr.environment=prod|test|dev}}

[GitHub] [lucene-solr] madrob commented on a change in pull request #1384: Remove CurrentCoreDescriptorProvider

2020-03-27 Thread GitBox
madrob commented on a change in pull request #1384: Remove CurrentCoreDescriptorProvider URL: https://github.com/apache/lucene-solr/pull/1384#discussion_r399370228 ## File path: solr/core/src/java/org/apache/solr/cloud/ZkController.java ## @@ -469,7 +477,7 @@ public

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1384: Remove CurrentCoreDescriptorProvider

2020-03-27 Thread GitBox
dsmiley commented on a change in pull request #1384: Remove CurrentCoreDescriptorProvider URL: https://github.com/apache/lucene-solr/pull/1384#discussion_r399368766 ## File path: solr/core/src/java/org/apache/solr/cloud/ZkController.java ## @@ -469,7 +477,7 @@ public

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1384: Remove CurrentCoreDescriptorProvider

2020-03-27 Thread GitBox
dsmiley commented on a change in pull request #1384: Remove CurrentCoreDescriptorProvider URL: https://github.com/apache/lucene-solr/pull/1384#discussion_r399365014 ## File path: solr/core/src/java/org/apache/solr/core/ZkContainer.java ## @@ -112,20 +111,14 @@ public void

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1384: Remove CurrentCoreDescriptorProvider

2020-03-27 Thread GitBox
dsmiley commented on a change in pull request #1384: Remove CurrentCoreDescriptorProvider URL: https://github.com/apache/lucene-solr/pull/1384#discussion_r399368319 ## File path: solr/core/src/java/org/apache/solr/cloud/ZkController.java ## @@ -287,7 +288,14 @@ public

[GitHub] [lucene-solr] madrob opened a new pull request #1384: Remove CurrentCoreDescriptorProvider

2020-03-27 Thread GitBox
madrob opened a new pull request #1384: Remove CurrentCoreDescriptorProvider URL: https://github.com/apache/lucene-solr/pull/1384 Replace `CurrentCoreDescriptorProvider` with a functional interface so that it is easier to construct since all implementations in our code base were anonymous

[jira] [Commented] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2020-03-27 Thread Edward Ribeiro (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068751#comment-17068751 ] Edward Ribeiro commented on SOLR-13360: --- {code:java} spellcheck.collate=true {code} is the

[jira] [Commented] (SOLR-14049) Disable Config APIs by default

2020-03-27 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068736#comment-17068736 ] Marcus Eagan commented on SOLR-14049: - it is the same thought that I had. We don't have that

[jira] [Resolved] (SOLR-8144) solr.xml not found after restarting example node

2020-03-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-8144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-8144. --- Resolution: Cannot Reproduce > solr.xml not found after restarting example node >

[jira] [Resolved] (SOLR-4840) Make sharedLib in solr.xml work more like lib in solrconfig.xml

2020-03-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-4840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-4840. --- Resolution: Not A Problem Resolving as not a problem, as you now in Solr 8.5 can provide a comma

[jira] [Resolved] (SOLR-4495) solr.xml sharedLib attribute should take a list of paths

2020-03-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-4495. --- Fix Version/s: (was: 6.0) (was: 4.9) Resolution: Duplicate >

[jira] [Commented] (SOLR-14367) Upgrade Tika to 1.24

2020-03-27 Thread Tim Allison (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068672#comment-17068672 ] Tim Allison commented on SOLR-14367: Ha...ok, our posts passed in the ether. I'll standdown. I'm

[jira] [Commented] (SOLR-14367) Upgrade Tika to 1.24

2020-03-27 Thread Tim Allison (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068666#comment-17068666 ] Tim Allison commented on SOLR-14367: Y, we upgraded a bunch of dependencies and had to do some awful

[jira] [Commented] (SOLR-14367) Upgrade Tika to 1.24

2020-03-27 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068662#comment-17068662 ] Erick Erickson commented on SOLR-14367: --- [~tallison]  I'm giving it a quick spin now, on occasion

[jira] [Commented] (SOLR-14367) Upgrade Tika to 1.24

2020-03-27 Thread Tim Allison (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068660#comment-17068660 ] Tim Allison commented on SOLR-14367: I'll take a look. That was a one-off problem, but upgrading is

[jira] [Commented] (SOLR-14367) Upgrade Tika to 1.24

2020-03-27 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068655#comment-17068655 ] Erick Erickson commented on SOLR-14367: --- It's usually not that complicated, I think that was a

[jira] [Commented] (LUCENE-9120) Ability to run gradle tests with security auditing or any other JVM-level messaging

2020-03-27 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068625#comment-17068625 ] Erick Erickson commented on LUCENE-9120: See: [https://github.com/gradle/gradle/issues/11609.]

[jira] [Updated] (SOLR-14368) SyncStrategy result should not prevent a replica to become leader

2020-03-27 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-14368: Description: h2. History In the beginning of SolrCloud, to become leader a replica will need to

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit

2020-03-27 Thread GitBox
s1monw commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit URL: https://github.com/apache/lucene-solr/pull/1361#discussion_r399180850 ## File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit

2020-03-27 Thread GitBox
s1monw commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit URL: https://github.com/apache/lucene-solr/pull/1361#discussion_r399181159 ## File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit

2020-03-27 Thread GitBox
mikemccand commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit URL: https://github.com/apache/lucene-solr/pull/1361#discussion_r399168190 ## File path:

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit

2020-03-27 Thread GitBox
mikemccand commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit URL: https://github.com/apache/lucene-solr/pull/1361#discussion_r399168914 ## File path:

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit

2020-03-27 Thread GitBox
mikemccand commented on a change in pull request #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit URL: https://github.com/apache/lucene-solr/pull/1361#discussion_r399169960 ## File path:

[jira] [Comment Edited] (SOLR-14356) PeerSync with hanging nodes

2020-03-27 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068520#comment-17068520 ] Cao Manh Dat edited comment on SOLR-14356 at 3/27/20, 10:27 AM: Second

[jira] [Created] (SOLR-14368) SyncStrategy result should not prevent a replica to become leader

2020-03-27 Thread Cao Manh Dat (Jira)
Cao Manh Dat created SOLR-14368: --- Summary: SyncStrategy result should not prevent a replica to become leader Key: SOLR-14368 URL: https://issues.apache.org/jira/browse/SOLR-14368 Project: Solr

[jira] [Comment Edited] (SOLR-14356) PeerSync with hanging nodes

2020-03-27 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068520#comment-17068520 ] Cao Manh Dat edited comment on SOLR-14356 at 3/27/20, 10:24 AM: Second

[jira] [Commented] (SOLR-14356) PeerSync with hanging nodes

2020-03-27 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068520#comment-17068520 ] Cao Manh Dat commented on SOLR-14356: - Second thought, I think it is sufficient now to just add the

[GitHub] [lucene-solr] s1monw commented on issue #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit

2020-03-27 Thread GitBox
s1monw commented on issue #1361: LUCENE-8118: Throw exception if DWPT grows beyond it's maximum ram limit URL: https://github.com/apache/lucene-solr/pull/1361#issuecomment-604922114 @dnhatn that's a good question. One option here would be to fix Lucene's `Field` to accept a `Supplier`

[jira] [Updated] (SOLR-14356) PeerSync with hanging nodes

2020-03-27 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-14356: Attachment: SOLR-14356.patch > PeerSync with hanging nodes > --- > >

[GitHub] [lucene-solr] s1monw commented on a change in pull request #513: LUCENE-8590: Optimize DocValues update datastructures

2020-03-27 Thread GitBox
s1monw commented on a change in pull request #513: LUCENE-8590: Optimize DocValues update datastructures URL: https://github.com/apache/lucene-solr/pull/513#discussion_r399150255 ## File path: lucene/core/src/java/org/apache/lucene/index/BufferedUpdates.java ## @@ -288,15

[GitHub] [lucene-solr] s1monw commented on a change in pull request #513: LUCENE-8590: Optimize DocValues update datastructures

2020-03-27 Thread GitBox
s1monw commented on a change in pull request #513: LUCENE-8590: Optimize DocValues update datastructures URL: https://github.com/apache/lucene-solr/pull/513#discussion_r399150255 ## File path: lucene/core/src/java/org/apache/lucene/index/BufferedUpdates.java ## @@ -288,15

[GitHub] [lucene-solr] bringyou commented on a change in pull request #513: LUCENE-8590: Optimize DocValues update datastructures

2020-03-27 Thread GitBox
bringyou commented on a change in pull request #513: LUCENE-8590: Optimize DocValues update datastructures URL: https://github.com/apache/lucene-solr/pull/513#discussion_r399131681 ## File path: lucene/core/src/java/org/apache/lucene/index/BufferedUpdates.java ## @@

[jira] [Created] (LUCENE-9296) Throwing EOFException when reading past eof

2020-03-27 Thread Hao Zhong (Jira)
Hao Zhong created LUCENE-9296: - Summary: Throwing EOFException when reading past eof Key: LUCENE-9296 URL: https://issues.apache.org/jira/browse/LUCENE-9296 Project: Lucene - Core Issue Type:

[jira] [Updated] (SOLR-14367) Upgrade Tika to 1.24

2020-03-27 Thread mibo (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mibo updated SOLR-14367: Description: Upgrade Apache Tika to new released 1.24 to handle 

[GitHub] [lucene-solr] mibo opened a new pull request #1383: SOLR-14367: Updated Tika version to 1.24

2020-03-27 Thread GitBox
mibo opened a new pull request #1383: SOLR-14367: Updated Tika version to 1.24 URL: https://github.com/apache/lucene-solr/pull/1383 # Description Upgrade Apache Tika to new released 1.24 to handle  [CVE-2020-1950](https://nvd.nist.gov/vuln/detail/CVE-2020-1950). See

[jira] [Created] (SOLR-14367) Upgrade Tika to 1.24

2020-03-27 Thread mibo (Jira)
mibo created SOLR-14367: --- Summary: Upgrade Tika to 1.24 Key: SOLR-14367 URL: https://issues.apache.org/jira/browse/SOLR-14367 Project: Solr Issue Type: Task Security Level: Public (Default

[jira] [Commented] (LUCENE-9289) Speed up Levenshtein distance calculation when we don't need the exact distance

2020-03-27 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068410#comment-17068410 ] Adrien Grand commented on LUCENE-9289: -- Have you been able to measure speedups with this patch? I'm

[jira] [Comment Edited] (SOLR-14357) solrj: using insecure namedCurves

2020-03-27 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068405#comment-17068405 ] Bernd Wahlen edited comment on SOLR-14357 at 3/27/20, 8:14 AM: --- {code:java}

[jira] [Commented] (SOLR-14357) solrj: using insecure namedCurves

2020-03-27 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068405#comment-17068405 ] Bernd Wahlen commented on SOLR-14357: - {code:java} EASE.jar:5.2.4.RELEASE]

[jira] [Assigned] (SOLR-14366) Adding number of backed up documents to backup.properties

2020-03-27 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat reassigned SOLR-14366: --- Assignee: Cao Manh Dat > Adding number of backed up documents to backup.properties >

[jira] [Commented] (SOLR-14366) Adding number of backed up documents to backup.properties

2020-03-27 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068382#comment-17068382 ] Cao Manh Dat commented on SOLR-14366: - Basically now, we ask deletionPolicy to give us an IndexCommit

[jira] [Created] (SOLR-14366) Adding number of backed up documents to backup.properties

2020-03-27 Thread Cao Manh Dat (Jira)
Cao Manh Dat created SOLR-14366: --- Summary: Adding number of backed up documents to backup.properties Key: SOLR-14366 URL: https://issues.apache.org/jira/browse/SOLR-14366 Project: Solr Issue

[jira] [Commented] (SOLR-14049) Disable Config APIs by default

2020-03-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068370#comment-17068370 ] Jan Høydahl commented on SOLR-14049: It is enough to enforce such things for production deploys. So

[jira] [Commented] (SOLR-7871) Platform independent config file instead of solr.in.sh and solr.in.cmd

2020-03-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17068367#comment-17068367 ] Jan Høydahl commented on SOLR-7871: --- I think it de-railed a bit. Perhaps it can be re-visited in light