[jira] [Commented] (LUCENE-9397) UniformSplit supports encodable fields metadata

2020-06-11 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133028#comment-17133028 ] Bruno Roustant commented on LUCENE-9397: Currently we use the encoder interface

[jira] [Updated] (SOLR-14557) eDisMax parser switch + braces regression

2020-06-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-14557: Summary: eDisMax parser switch + braces regression (was: eDisMax (regression)) > eDisMax

[GitHub] [lucene-solr] sigram opened a new pull request #1568: SOLR-14537 Improve performance of ExportWriter

2020-06-11 Thread GitBox
sigram opened a new pull request #1568: URL: https://github.com/apache/lucene-solr/pull/1568 Details in Jira. Initial changes here implement the "double buffering" approach to increase the throughput - an additional thread is created to fill in a buffer while the main thread writes

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

2020-06-11 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133111#comment-17133111 ] Ilan Ginzburg commented on SOLR-14541: -- The stack trace you posted [~erickerickson]

[jira] [Resolved] (SOLR-14442) bin/solr to attempt jstack before killing hung Solr instance

2020-06-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-14442. - Fix Version/s: 8.6 Resolution: Fixed > bin/solr to attempt jstack before killing h

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

2020-06-11 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133187#comment-17133187 ] Erick Erickson commented on SOLR-14541: --- [~murblanc] Thanks. As you can tell, I bar

[GitHub] [lucene-solr] jpountz opened a new pull request #1569: LUCENE-9356: Add a test that verifies that Lucene catches bit flips.

2020-06-11 Thread GitBox
jpountz opened a new pull request #1569: URL: https://github.com/apache/lucene-solr/pull/1569 Opening a reader and then calling checkIntegrity must throw a `CorruptIndexException` or an `IndexFormatToo(Old|New)Exception`. Th

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

2020-06-11 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133199#comment-17133199 ] Adrien Grand commented on LUCENE-9356: -- Thanks to LUCENE-7822 and LUCENE-9359, Luce

[jira] [Created] (SOLR-14559) Fix or suppress warnings in solr/core/src/java/org/apache/solr/util, response, cloud, security, schema, api

2020-06-11 Thread Erick Erickson (Jira)
Erick Erickson created SOLR-14559: - Summary: Fix or suppress warnings in solr/core/src/java/org/apache/solr/util, response, cloud, security, schema, api Key: SOLR-14559 URL: https://issues.apache.org/jira/browse/S

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1569: LUCENE-9356: Add a test that verifies that Lucene catches bit flips.

2020-06-11 Thread GitBox
msokolov commented on a change in pull request #1569: URL: https://github.com/apache/lucene-solr/pull/1569#discussion_r438751988 ## File path: lucene/core/src/test/org/apache/lucene/index/TestAllFilesDetectBitFlips.java ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache Softw

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1569: LUCENE-9356: Add a test that verifies that Lucene catches bit flips.

2020-06-11 Thread GitBox
jpountz commented on a change in pull request #1569: URL: https://github.com/apache/lucene-solr/pull/1569#discussion_r438754619 ## File path: lucene/core/src/test/org/apache/lucene/index/TestAllFilesDetectBitFlips.java ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [lucene-solr] jpountz commented on pull request #1569: LUCENE-9356: Add a test that verifies that Lucene catches bit flips.

2020-06-11 Thread GitBox
jpountz commented on pull request #1569: URL: https://github.com/apache/lucene-solr/pull/1569#issuecomment-642621848 > So we now check checksums on every file when opening We only verify checksums of meta file when opening (those that we read entirely anyway). Checksums only get veri

[GitHub] [lucene-solr] gerlowskija opened a new pull request #1570: SOLR-14558: Record all log lines in SolrLogPostTool

2020-06-11 Thread GitBox
gerlowskija opened a new pull request #1570: URL: https://github.com/apache/lucene-solr/pull/1570 # Description Previously, SolrLogPostTool ignored all log-lines that didn't fall into a narrow handful of known "types". This change adds a new "other" type, to hold all previously-ign

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1569: LUCENE-9356: Add a test that verifies that Lucene catches bit flips.

2020-06-11 Thread GitBox
mikemccand commented on a change in pull request #1569: URL: https://github.com/apache/lucene-solr/pull/1569#discussion_r438774512 ## File path: lucene/core/src/test/org/apache/lucene/index/TestAllFilesDetectBitFlips.java ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache Sof

[jira] [Commented] (SOLR-14557) eDisMax parser switch + braces regression

2020-06-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133288#comment-17133288 ] David Smiley commented on SOLR-14557: - The issue description is a bit unclear to me i

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1569: LUCENE-9356: Add a test that verifies that Lucene catches bit flips.

2020-06-11 Thread GitBox
jpountz commented on a change in pull request #1569: URL: https://github.com/apache/lucene-solr/pull/1569#discussion_r438831834 ## File path: lucene/core/src/test/org/apache/lucene/index/TestAllFilesDetectBitFlips.java ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache Softwa

[jira] [Commented] (SOLR-14557) eDisMax parser switch + braces regression

2020-06-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133301#comment-17133301 ] Mikhail Khludnev commented on SOLR-14557: - Thanks for response , [~dsmiley]. # it

[jira] [Comment Edited] (SOLR-14557) eDisMax parser switch + braces regression

2020-06-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133301#comment-17133301 ] Mikhail Khludnev edited comment on SOLR-14557 at 6/11/20, 2:38 PM:

[jira] [Comment Edited] (SOLR-14557) eDisMax parser switch + braces regression

2020-06-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133301#comment-17133301 ] Mikhail Khludnev edited comment on SOLR-14557 at 6/11/20, 2:38 PM:

[GitHub] [lucene-solr] madrob merged pull request #1565: SOLR-12823: fix test failures

2020-06-11 Thread GitBox
madrob merged pull request #1565: URL: https://github.com/apache/lucene-solr/pull/1565 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 go

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

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

[GitHub] [lucene-solr] jpountz merged pull request #1569: LUCENE-9356: Add a test that verifies that Lucene catches bit flips.

2020-06-11 Thread GitBox
jpountz merged pull request #1569: URL: https://github.com/apache/lucene-solr/pull/1569 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 go

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

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

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

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

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

2020-06-11 Thread GitBox
jpountz commented on pull request #1557: URL: https://github.com/apache/lucene-solr/pull/1557#issuecomment-642781876 @rmuir I combined them in an overloaded `retrieveChecksum(IndexInput, long)` variant, what do you think? Th

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

2020-06-11 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9356. -- Fix Version/s: 8.6 Resolution: Fixed > Add tests for corruptions caused by byte flips >

[jira] [Commented] (LUCENE-9397) UniformSplit supports encodable fields metadata

2020-06-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133372#comment-17133372 ] ASF subversion and git services commented on LUCENE-9397: - Commi

[GitHub] [lucene-solr] bruno-roustant closed pull request #1564: LUCENE-9397: UniformSplit supports encodable fields metadata.

2020-06-11 Thread GitBox
bruno-roustant closed pull request #1564: URL: https://github.com/apache/lucene-solr/pull/1564 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

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

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

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

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

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

2020-06-11 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133403#comment-17133403 ] Adrien Grand commented on LUCENE-9356: -- I had beasted many iterations but the Elast

[GitHub] [lucene-solr] danmuzi commented on pull request #1560: LUCENE-8574: Upgrade HPPC to 0.8.2

2020-06-11 Thread GitBox
danmuzi commented on pull request #1560: URL: https://github.com/apache/lucene-solr/pull/1560#issuecomment-642827027 Hi Patrick, Thanks for your contribution 👍 I found the JIRA-issue number of this PR is wrong. It should be changed from [LUCENE-8574] to [LUCENE-9391]. https://is

[GitHub] [lucene-solr] madrob commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
madrob commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r438907365 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerMessageHandler.java ## @@ -50,7 +50,7 @@ /**Try to provide an exclusive lock for this

[GitHub] [lucene-solr] zhaih commented on pull request #1560: LUCENE-9391: Upgrade HPPC to 0.8.2

2020-06-11 Thread GitBox
zhaih commented on pull request #1560: URL: https://github.com/apache/lucene-solr/pull/1560#issuecomment-642830815 > Hi Patrick, > Thanks for your contribution 👍 > I found the JIRA-issue number of this PR is wrong. > It should be changed from [LUCENE-8574] to [LUCENE-9391]. > htt

[GitHub] [lucene-solr] zhaih commented on pull request #1560: LUCENE-9391: Upgrade HPPC to 0.8.2

2020-06-11 Thread GitBox
zhaih commented on pull request #1560: URL: https://github.com/apache/lucene-solr/pull/1560#issuecomment-642835331 Do I need to squash the commits? Seems commits in Lucene are all squashed? Or it will be done automatically when merging somehow?

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
murblanc commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r438965089 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java ## @@ -253,20 +277,22 @@ public void run() { continue;

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
murblanc commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r438966974 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/OverseerCollectionMessageHandler.java ## @@ -867,26 +866,25 @@ public String

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
murblanc commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r438967387 ## File path: solr/solrj/src/java/org/apache/solr/common/params/CollectionParams.java ## @@ -42,31 +42,30 @@ enum LockLevel { -CLUSTER(0)

[jira] [Commented] (LUCENE-9397) UniformSplit supports encodable fields metadata

2020-06-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133535#comment-17133535 ] ASF subversion and git services commented on LUCENE-9397: - Commi

[jira] [Resolved] (LUCENE-9397) UniformSplit supports encodable fields metadata

2020-06-11 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant resolved LUCENE-9397. Fix Version/s: 8.6 Resolution: Fixed Thanks [~dsmiley] for the review. > UniformSp

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
murblanc commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r438970686 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java ## @@ -95,16 +95,25 @@ private volatile Stats stats; - // S

[GitHub] [lucene-solr] danmuzi commented on pull request #1560: LUCENE-9391: Upgrade HPPC to 0.8.2

2020-06-11 Thread GitBox
danmuzi commented on pull request #1560: URL: https://github.com/apache/lucene-solr/pull/1560#issuecomment-642844611 Please do the **"Squash and merge"** below. Your sub commits will be combined automatically. This is an a

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
murblanc commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r438974719 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java ## @@ -95,16 +95,25 @@ private volatile Stats stats; - // S

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
murblanc commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r438976552 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java ## @@ -95,16 +95,25 @@ private volatile Stats stats; - // S

[GitHub] [lucene-solr] tflobbe commented on pull request #1567: LUCENE-9402: Let MultiCollector handle minCompetitiveScore

2020-06-11 Thread GitBox
tflobbe commented on pull request #1567: URL: https://github.com/apache/lucene-solr/pull/1567#issuecomment-642845936 Ah! good Catch, I missed that completely. I'll fix. This is an automated message from the Apache Git Service

[GitHub] [lucene-solr] madrob commented on a change in pull request #1563: LUCENE-9394: fix and suppress warnings

2020-06-11 Thread GitBox
madrob commented on a change in pull request #1563: URL: https://github.com/apache/lucene-solr/pull/1563#discussion_r438975730 ## File path: lucene/core/src/test/org/apache/lucene/analysis/TestCharArraySet.java ## @@ -61,15 +61,17 @@ public void testNonZeroOffset() { public

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

2020-06-11 Thread GitBox
mikemccand commented on a change in pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#discussion_r438928868 ## File path: lucene/CHANGES.txt ## @@ -218,6 +218,10 @@ Optimizations * LUCENE-9087: Build always trees with full leaves and lower the default va

[GitHub] [lucene-solr] madrob commented on a change in pull request #1563: LUCENE-9394: fix and suppress warnings

2020-06-11 Thread GitBox
madrob commented on a change in pull request #1563: URL: https://github.com/apache/lucene-solr/pull/1563#discussion_r438975730 ## File path: lucene/core/src/test/org/apache/lucene/analysis/TestCharArraySet.java ## @@ -61,15 +61,17 @@ public void testNonZeroOffset() { public

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

2020-06-11 Thread GitBox
mikemccand commented on a change in pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#discussion_r438928868 ## File path: lucene/CHANGES.txt ## @@ -218,6 +218,10 @@ Optimizations * LUCENE-9087: Build always trees with full leaves and lower the default va

[jira] [Assigned] (SOLR-14558) SolrLogPostTool should record all lines

2020-06-11 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reassigned SOLR-14558: -- Assignee: Jason Gerlowski > SolrLogPostTool should record all lines >

[jira] [Created] (SOLR-14560) Learning To Rank Interleaving

2020-06-11 Thread Alessandro Benedetti (Jira)
Alessandro Benedetti created SOLR-14560: --- Summary: Learning To Rank Interleaving Key: SOLR-14560 URL: https://issues.apache.org/jira/browse/SOLR-14560 Project: Solr Issue Type: New Feat

[GitHub] [lucene-solr] alessandrobenedetti opened a new pull request #1571: SOLR-14560: Interleaving for Learning To Rank

2020-06-11 Thread GitBox
alessandrobenedetti opened a new pull request #1571: URL: https://github.com/apache/lucene-solr/pull/1571 # Description Interleaving is an approach to Online Search Quality evaluation that can be very useful for Learning To Rank models: https://sease.io/2020/05/online-testing

[jira] [Commented] (SOLR-14560) Learning To Rank Interleaving

2020-06-11 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133592#comment-17133592 ] Alessandro Benedetti commented on SOLR-14560: - The draft is attached : [htt

[GitHub] [lucene-solr] madrob commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
madrob commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r439007539 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java ## @@ -95,16 +95,25 @@ private volatile Stats stats; - // Set

[GitHub] [lucene-solr] madrob commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
madrob commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r439007892 ## File path: solr/solrj/src/java/org/apache/solr/common/params/CollectionParams.java ## @@ -42,31 +42,30 @@ enum LockLevel { -CLUSTER(0),

[jira] [Commented] (SOLR-14557) eDisMax parser switch + braces regression

2020-06-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133600#comment-17133600 ] David Smiley commented on SOLR-14557: - Thanks for clarifying. Then it seems there is

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
murblanc commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r439009885 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java ## @@ -95,16 +95,25 @@ private volatile Stats stats; - // S

[GitHub] [lucene-solr] madrob commented on a change in pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-11 Thread GitBox
madrob commented on a change in pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561#discussion_r439010217 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java ## @@ -253,20 +277,22 @@ public void run() { continue;

[jira] [Created] (SOLR-14561) Validate parameters to CoreAdminAPI

2020-06-11 Thread Jira
Jan Høydahl created SOLR-14561: -- Summary: Validate parameters to CoreAdminAPI Key: SOLR-14561 URL: https://issues.apache.org/jira/browse/SOLR-14561 Project: Solr Issue Type: Improvement Se

[GitHub] [lucene-solr] madrob merged pull request #1556: SOLR-8392 type safety on SolrParam

2020-06-11 Thread GitBox
madrob merged pull request #1556: URL: https://github.com/apache/lucene-solr/pull/1556 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 go

[jira] [Commented] (SOLR-8392) SolrParam.get(String) returns String and shouldn't be used in other instanceof checks

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

[jira] [Resolved] (SOLR-8392) SolrParam.get(String) returns String and shouldn't be used in other instanceof checks

2020-06-11 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-8392. - Fix Version/s: (was: 7.0) master (9.0) Resolution: Fixed > SolrParam.get(Str

[jira] [Commented] (SOLR-8392) SolrParam.get(String) returns String and shouldn't be used in other instanceof checks

2020-06-11 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133616#comment-17133616 ] Mike Drob commented on SOLR-8392: - Hopefully that fixes this, but if it doesn't then we sh

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

2020-06-11 Thread GitBox
msokolov commented on pull request #1563: URL: https://github.com/apache/lucene-solr/pull/1563#issuecomment-642886971 Thanks for the comments, @madrob, I posted a new PR addressing them. I'm not sure how I missed all that unused code in RandomizedShapeTestCase - it's pretty bare now! ---

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

2020-06-11 Thread GitBox
gandhi-viral commented on pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#issuecomment-642889243 Red-line QPS (throughput) based on our internal benchmarking is still unfortunately suffering (-49%) with the latest PR. We were able to isolate one particular fi

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

2020-06-11 Thread GitBox
jpountz commented on a change in pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#discussion_r439048284 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java ## @@ -404,32 +406,51 @@ private void flushData()

[GitHub] [lucene-solr] ErickErickson commented on pull request #1563: LUCENE-9394: fix and suppress warnings

2020-06-11 Thread GitBox
ErickErickson commented on pull request #1563: URL: https://github.com/apache/lucene-solr/pull/1563#issuecomment-642915566 speaking from experience, when dealing with this many changes in a big wodge, it’s _very easy_ to have some things slip through ;) > On Jun 11, 2020, at 3:34 PM,

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1546: SOLR: Use absolute paths for server paths.

2020-06-11 Thread GitBox
janhoy commented on a change in pull request #1546: URL: https://github.com/apache/lucene-solr/pull/1546#discussion_r439060787 ## File path: solr/core/src/java/org/apache/solr/core/CoreDescriptor.java ## @@ -182,7 +182,7 @@ public CoreDescriptor(String coreName, CoreDescriptor

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

2020-06-11 Thread GitBox
gandhi-viral commented on pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#issuecomment-642931662 > @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 confi

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1546: SOLR: Use absolute paths for server paths.

2020-06-11 Thread GitBox
dsmiley commented on a change in pull request #1546: URL: https://github.com/apache/lucene-solr/pull/1546#discussion_r439083930 ## File path: solr/core/src/java/org/apache/solr/core/CoreDescriptor.java ## @@ -182,7 +182,7 @@ public CoreDescriptor(String coreName, CoreDescriptor

[jira] [Commented] (SOLR-8392) SolrParam.get(String) returns String and shouldn't be used in other instanceof checks

2020-06-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133721#comment-17133721 ] David Smiley commented on SOLR-8392: Thanks Mike! I like the assertions. I noticed a

[jira] [Commented] (SOLR-14559) Fix or suppress warnings in solr/core/src/java/org/apache/solr/util, response, cloud, security, schema, api

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

[jira] [Commented] (SOLR-14559) Fix or suppress warnings in solr/core/src/java/org/apache/solr/util, response, cloud, security, schema, api

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

[jira] [Resolved] (SOLR-14559) Fix or suppress warnings in solr/core/src/java/org/apache/solr/util, response, cloud, security, schema, api

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

[GitHub] [lucene-solr] janhoy opened a new pull request #1572: SOLR-14561 CoreAdminAPI's parameters instanceDir and dataDir are now validated

2020-06-11 Thread GitBox
janhoy opened a new pull request #1572: URL: https://github.com/apache/lucene-solr/pull/1572 See https://issues.apache.org/jira/browse/SOLR-14561 The `instanceDir` and `dataDir` params must now be relative to either `SOLR_HOME`, `SOLR_DATA_HOME` or `coreRootDir`. Added new sol

[jira] [Assigned] (SOLR-14561) Validate parameters to CoreAdminAPI

2020-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-14561: -- Assignee: Jan Høydahl > Validate parameters to CoreAdminAPI >

[jira] [Updated] (SOLR-14561) Validate parameters to CoreAdminAPI

2020-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14561: --- Description: CoreAdminAPI does not validate parameter input. We should limit what users can specify f

[jira] [Commented] (SOLR-14561) Validate parameters to CoreAdminAPI

2020-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133782#comment-17133782 ] Jan Høydahl commented on SOLR-14561: First PR ready, see [https://github.com/apache/l

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

2020-06-11 Thread GitBox
janhoy commented on pull request #1572: URL: https://github.com/apache/lucene-solr/pull/1572#issuecomment-642990676 I think the only thing I'm lacking is a real integration test. I validated manually that core creation fails in `/tmp`, and that setting `-Dsolr.allowPaths=/tmp` allows it:

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

2020-06-11 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133801#comment-17133801 ] Chris M. Hostetter commented on SOLR-13132: --- Hey Michael, I still haven't had a

[GitHub] [lucene-solr] dweiss merged pull request #1560: LUCENE-9391: Upgrade HPPC to 0.8.2

2020-06-11 Thread GitBox
dweiss merged pull request #1560: URL: https://github.com/apache/lucene-solr/pull/1560 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 go

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

2020-06-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133940#comment-17133940 ] ASF subversion and git services commented on LUCENE-8574: - Commi

[jira] [Commented] (LUCENE-9391) Upgrade to HPPC 0.8.2

2020-06-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133939#comment-17133939 ] ASF subversion and git services commented on LUCENE-9391: - Commi