[jira] [Commented] (LUCENE-9283) DelimitedBoostTokenFilter can fail testRandomChains

2020-03-19 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062418#comment-17062418 ] Alan Woodward commented on LUCENE-9283: --- Straightforward diff here: {code:java} d

[jira] [Created] (LUCENE-9284) BKDWriter refactor: Extract methods that serialise the tree into its own class

2020-03-19 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-9284: Summary: BKDWriter refactor: Extract methods that serialise the tree into its own class Key: LUCENE-9284 URL: https://issues.apache.org/jira/browse/LUCENE-9284 Projec

[GitHub] [lucene-solr] iverase opened a new pull request #1363: LUCENE-9284: Refactor out logic that serialises the BKD tree

2020-03-19 Thread GitBox
iverase opened a new pull request #1363: LUCENE-9284: Refactor out logic that serialises the BKD tree URL: https://github.com/apache/lucene-solr/pull/1363 Split BKDwriter into the logic that build the Kd-tree and the logic that serialises the tree into the index. -

[GitHub] [lucene-solr] iverase commented on a change in pull request #1363: LUCENE-9284: Refactor out logic that serialises the BKD tree

2020-03-19 Thread GitBox
iverase commented on a change in pull request #1363: LUCENE-9284: Refactor out logic that serialises the BKD tree URL: https://github.com/apache/lucene-solr/pull/1363#discussion_r394954911 ## File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDIndexWriter.java ##

[jira] [Commented] (LUCENE-9283) DelimitedBoostTokenFilter can fail testRandomChains

2020-03-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062549#comment-17062549 ] David Smiley commented on LUCENE-9283: -- +1 > DelimitedBoostTokenFilter can fail te

[jira] [Assigned] (SOLR-14348) Split TestJsonFacets to multiple Test Classes

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N reassigned SOLR-14348: --- Assignee: Munendra S N > Split TestJsonFacets to multiple Test Classes > ---

[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-19 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_r395028755 ## File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerT

[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-19 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_r395006886 ## File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerT

[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-19 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_r395029178 ## File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerT

[jira] [Assigned] (SOLR-14344) Remove Deprecated RemoteSolrException and RemoteExcecutionException

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N reassigned SOLR-14344: --- Assignee: Munendra S N > Remove Deprecated RemoteSolrException and RemoteExcecutionException

[jira] [Updated] (SOLR-14344) Remove Deprecated RemoteSolrException and RemoteExcecutionException

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-14344: Status: Patch Available (was: Open) > Remove Deprecated RemoteSolrException and RemoteExcecutionEx

[jira] [Updated] (SOLR-14344) Remove Deprecated RemoteSolrException and RemoteExcecutionException

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-14344: Attachment: SOLR-14344.patch > Remove Deprecated RemoteSolrException and RemoteExcecutionException

[jira] [Commented] (SOLR-14344) Remove Deprecated RemoteSolrException and RemoteExcecutionException

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062567#comment-17062567 ] Munendra S N commented on SOLR-14344: - [^SOLR-14344.patch] This removes deprecated

[jira] [Updated] (SOLR-14331) Support expand component on multiple fields in single request

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-14331: Summary: Support expand component on multiple fields in single request (was: Support expand compon

[jira] [Commented] (LUCENE-9283) DelimitedBoostTokenFilter can fail testRandomChains

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

[jira] [Commented] (LUCENE-9283) DelimitedBoostTokenFilter can fail testRandomChains

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

[jira] [Resolved] (LUCENE-9283) DelimitedBoostTokenFilter can fail testRandomChains

2020-03-19 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-9283. --- Fix Version/s: 8.6 master (9.0) Resolution: Fixed > DelimitedBoost

[jira] [Commented] (SOLR-11725) json.facet's stddev() function should be changed to use the "Corrected sample stddev" formula

2020-03-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062583#comment-17062583 ] ASF subversion and git services commented on SOLR-11725: Commit e

[jira] [Commented] (SOLR-14012) Different data type for unique aggregation and countDistinct

2020-03-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062584#comment-17062584 ] ASF subversion and git services commented on SOLR-14012: Commit 7

[jira] [Updated] (SOLR-14012) Different data type for unique aggregation and countDistinct

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-14012: Fix Version/s: master (9.0) Resolution: Fixed Status: Resolved (was: Patch Availa

[jira] [Updated] (SOLR-11725) json.facet's stddev() function should be changed to use the "Corrected sample stddev" formula

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-11725: Fix Version/s: master (9.0) Resolution: Fixed Status: Resolved (was: Patch Availa

[GitHub] [lucene-solr] msokolov commented on issue #1316: LUCENE-8929 parallel early termination in TopFieldCollector using minmin score

2020-03-19 Thread GitBox
msokolov commented on issue #1316: LUCENE-8929 parallel early termination in TopFieldCollector using minmin score URL: https://github.com/apache/lucene-solr/pull/1316#issuecomment-601199305 Thanks for the comments @jimczi - I'll get back to this soon, and have a look at the other PR you li

[jira] [Commented] (SOLR-14345) Error messages are not properly propagated with non-default response parsers

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062608#comment-17062608 ] Munendra S N commented on SOLR-14345: - I was thinking to handle this in Parser but th

[jira] [Updated] (SOLR-12259) Robustly upgrade indexes

2020-03-19 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-12259: -- Description: This needs more careful planning, see the SIP here: https://cwiki.apache.org/conf

[jira] [Resolved] (SOLR-12259) Robustly upgrade indexes

2020-03-19 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-12259. --- Resolution: Later We really need to work from the SIP see: [https://cwiki.apache.org/conflue

[jira] [Comment Edited] (SOLR-14345) Error messages are not properly propagated with non-default response parsers

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062608#comment-17062608 ] Munendra S N edited comment on SOLR-14345 at 3/19/20, 2:12 PM:

[GitHub] [lucene-solr] janhoy opened a new pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping

2020-03-19 Thread GitBox
janhoy opened a new pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping URL: https://github.com/apache/lucene-solr/pull/1364 See https://issues.apache.org/jira/browse/SOLR-14335 Goal of this PR is to start Solr with a custom bootstrap class, which delegates to Jetty's

[jira] [Commented] (SOLR-14335) Lock Solr's memory to prevent swapping

2020-03-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062704#comment-17062704 ] Jan Høydahl commented on SOLR-14335: Ok, I started a POC in [GitHub Pull Request #13

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping

2020-03-19 Thread GitBox
dweiss commented on a change in pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping URL: https://github.com/apache/lucene-solr/pull/1364#discussion_r395134989 ## File path: solr/server/build.gradle ## @@ -111,7 +112,12 @@ task assemblePackaging(type: Syn

[jira] [Comment Edited] (SOLR-14335) Lock Solr's memory to prevent swapping

2020-03-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062704#comment-17062704 ] Jan Høydahl edited comment on SOLR-14335 at 3/19/20, 3:58 PM: -

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping

2020-03-19 Thread GitBox
janhoy commented on a change in pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping URL: https://github.com/apache/lucene-solr/pull/1364#discussion_r395138580 ## File path: solr/server/build.gradle ## @@ -111,7 +112,12 @@ task assemblePackaging(type: Syn

[jira] [Commented] (SOLR-14335) Lock Solr's memory to prevent swapping

2020-03-19 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062711#comment-17062711 ] Dawid Weiss commented on SOLR-14335: >From gradle's point of view it'd make more sens

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping

2020-03-19 Thread GitBox
dweiss commented on a change in pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping URL: https://github.com/apache/lucene-solr/pull/1364#discussion_r395140443 ## File path: solr/server/build.gradle ## @@ -111,7 +112,12 @@ task assemblePackaging(type: Syn

[jira] [Updated] (SOLR-14347) Autoscaling placement wrong when concurrent replica placements are calculated

2020-03-19 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-14347: Summary: Autoscaling placement wrong when concurrent replica placements are calculated (wa

[GitHub] [lucene-solr] sigram opened a new pull request #1365: SOLR-14347: Autoscaling placement wrong when concurrent replica placements are calculated

2020-03-19 Thread GitBox
sigram opened a new pull request #1365: SOLR-14347: Autoscaling placement wrong when concurrent replica placements are calculated URL: https://github.com/apache/lucene-solr/pull/1365 # Description Please provide a short description of the changes you're making with th

[jira] [Commented] (SOLR-14340) ZkStateReader.readConfigName is doing too much work

2020-03-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062755#comment-17062755 ] David Smiley commented on SOLR-14340: - I think this question gets to the semantics of

[jira] [Updated] (SOLR-14325) Core status could be improved to not require an IndexSearcher

2020-03-19 Thread Richard Goodman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Goodman updated SOLR-14325: --- Attachment: SOLR-14325.patch > Core status could be improved to not require an IndexSearcher

[jira] [Commented] (SOLR-14325) Core status could be improved to not require an IndexSearcher

2020-03-19 Thread Richard Goodman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062758#comment-17062758 ] Richard Goodman commented on SOLR-14325: Hey David, I hope to bring good news t

[jira] [Comment Edited] (SOLR-14325) Core status could be improved to not require an IndexSearcher

2020-03-19 Thread Richard Goodman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062758#comment-17062758 ] Richard Goodman edited comment on SOLR-14325 at 3/19/20, 4:57 PM: -

[jira] [Created] (SOLR-14350) Reproducing failure in JsonRequestApiTest

2020-03-19 Thread Erick Erickson (Jira)
Erick Erickson created SOLR-14350: - Summary: Reproducing failure in JsonRequestApiTest Key: SOLR-14350 URL: https://issues.apache.org/jira/browse/SOLR-14350 Project: Solr Issue Type: Bug

[jira] [Assigned] (SOLR-14350) Reproducing failure in JsonRequestApiTest

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N reassigned SOLR-14350: --- Assignee: Munendra S N > Reproducing failure in JsonRequestApiTest > ---

[jira] [Commented] (SOLR-14350) Reproducing failure in JsonRequestApiTest

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062772#comment-17062772 ] Munendra S N commented on SOLR-14350: - [~erickerickson] Thanks for reporting this. Th

[jira] [Commented] (SOLR-14350) Reproducing failure in JsonRequestApiTest

2020-03-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062776#comment-17062776 ] ASF subversion and git services commented on SOLR-14350: Commit e

[jira] [Commented] (SOLR-14012) Different data type for unique aggregation and countDistinct

2020-03-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062777#comment-17062777 ] ASF subversion and git services commented on SOLR-14012: Commit e

[jira] [Commented] (SOLR-14350) Reproducing failure in JsonRequestApiTest

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062778#comment-17062778 ] Munendra S N commented on SOLR-14350: - I have fixed the failing test case, will resol

[jira] [Commented] (SOLR-14350) Reproducing failure in JsonRequestApiTest

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062783#comment-17062783 ] Munendra S N commented on SOLR-14350: - Based on this, https://builds.apache.org/job/

[jira] [Commented] (SOLR-14340) ZkStateReader.readConfigName is doing too much work

2020-03-19 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062800#comment-17062800 ] Erick Erickson commented on SOLR-14340: --- "I think it should reflect back what is th

[GitHub] [lucene-solr] dsmiley opened a new pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
dsmiley opened a new pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366 https://issues.apache.org/jira/browse/SOLR-14342 (see the issue). I chose to rewrite much of the test to give me greater confidence t

[jira] [Commented] (SOLR-14350) Reproducing failure in JsonRequestApiTest

2020-03-19 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062810#comment-17062810 ] Erick Erickson commented on SOLR-14350: --- Worked for me, thanks for getting to it so

[jira] [Commented] (SOLR-14325) Core status could be improved to not require an IndexSearcher

2020-03-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062852#comment-17062852 ] David Smiley commented on SOLR-14325: - It's strange to me that using IndexReaderFacto

[jira] [Commented] (SOLR-14344) Remove Deprecated RemoteSolrException and RemoteExcecutionException

2020-03-19 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062857#comment-17062857 ] Lucene/Solr QA commented on SOLR-14344: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Updated] (SOLR-14344) Remove Deprecated RemoteSolrException and RemoteExcecutionException

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-14344: Attachment: SOLR-14344.patch > Remove Deprecated RemoteSolrException and RemoteExcecutionException

[jira] [Commented] (SOLR-14344) Remove Deprecated RemoteSolrException and RemoteExcecutionException

2020-03-19 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062870#comment-17062870 ] Munendra S N commented on SOLR-14344: - [^SOLR-14344.patch] Fixed import issue which

[jira] [Commented] (SOLR-12353) SolrDispatchFilter expensive non-conditional debug line degrades performance

2020-03-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062889#comment-17062889 ] ASF subversion and git services commented on SOLR-12353: Commit 5

[jira] [Commented] (SOLR-12353) SolrDispatchFilter expensive non-conditional debug line degrades performance

2020-03-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062892#comment-17062892 ] ASF subversion and git services commented on SOLR-12353: Commit 3

[jira] [Resolved] (SOLR-12353) SolrDispatchFilter expensive non-conditional debug line degrades performance

2020-03-19 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-12353. --- Fix Version/s: 8.6 Resolution: Fixed > SolrDispatchFilter expensive non-conditional de

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395283880 ## File path: lucene/core/src/java/org/apache/lucene/search/Weight.java ## @@ -2

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395284073 ## File path: lucene/core/src/java/org/apache/lucene/search/Weight.java ## @@ -2

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395284149 ## File path: lucene/core/src/java/org/apache/lucene/search/Weight.java ## @@ -2

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395291803 ## File path: lucene/core/src/java/org/apache/lucene/search/LongDocValuesPointComparator.

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395291803 ## File path: lucene/core/src/java/org/apache/lucene/search/LongDocValuesPointComparator.

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395291803 ## File path: lucene/core/src/java/org/apache/lucene/search/LongDocValuesPointComparator.

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395291803 ## File path: lucene/core/src/java/org/apache/lucene/search/LongDocValuesPointComparator.

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395291803 ## File path: lucene/core/src/java/org/apache/lucene/search/LongDocValuesPointComparator.

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395291803 ## File path: lucene/core/src/java/org/apache/lucene/search/LongDocValuesPointComparator.

[jira] [Commented] (SOLR-14336) Warn users running old version of Solr

2020-03-19 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062915#comment-17062915 ] Cassandra Targett commented on SOLR-14336: -- I'm confused how this would work - n

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-03-19 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r395291803 ## File path: lucene/core/src/java/org/apache/lucene/search/LongDocValuesPointComparator.

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

2020-03-19 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-601407553 > 2) fixing exception handling in DW.updateDocuments to handle this exception gracefully (non-aborting).

[jira] [Commented] (SOLR-14336) Warn users running old version of Solr

2020-03-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062967#comment-17062967 ] Jan Høydahl commented on SOLR-14336: Not for old versions - that train has left the s

[jira] [Commented] (SOLR-14336) Warn users running old version of Solr

2020-03-19 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062988#comment-17062988 ] Ishan Chattopadhyaya commented on SOLR-14336: - {quote}bq.But people installin

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2020-03-19 Thread Dustin Haver (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062993#comment-17062993 ] Dustin Haver commented on LUCENE-9221: -- This is a submission from Elastic for the l

[jira] [Updated] (LUCENE-9221) Lucene Logo Contest

2020-03-19 Thread Dustin Haver (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Haver updated LUCENE-9221: - Attachment: LuceneLogo.png > Lucene Logo Contest > --- > > Key:

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2020-03-19 Thread Ryan Ernst (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062998#comment-17062998 ] Ryan Ernst commented on LUCENE-9221: Thanks for the submission [~DHAVER0313]!   Th

[jira] [Updated] (LUCENE-9221) Lucene Logo Contest

2020-03-19 Thread Ryan Ernst (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated LUCENE-9221: --- Description: The Lucene logo has served the project well for almost 20 years. However, it does some

[jira] [Commented] (SOLR-14344) Remove Deprecated RemoteSolrException and RemoteExcecutionException

2020-03-19 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17063005#comment-17063005 ] Lucene/Solr QA commented on SOLR-14344: --- | (/) *{color:green}+1 overall{color}* | \

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-19 Thread GitBox
noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395418877 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-19 Thread GitBox
noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395419029 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-19 Thread GitBox
noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395419555 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-19 Thread GitBox
noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395419935 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-19 Thread GitBox
noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395419984 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-19 Thread GitBox
noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395420255 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395420007 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69,

[GitHub] [lucene-solr] madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395419608 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69,

[GitHub] [lucene-solr] madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395419361 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69,

[GitHub] [lucene-solr] madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395417505 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69,

[GitHub] [lucene-solr] madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
madrob commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395417214 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69,

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-19 Thread GitBox
noblepaul commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395421010 ## File path: solr/core/src/test/org/apache/solr/handler/admin/ZookeeperStatusHandlerTest.java #

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395421862 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395421972 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395422074 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395422456 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
dsmiley commented on a change in pull request #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#discussion_r395422857 ## File path: solr/core/src/test/org/apache/solr/core/CoreSorterTest.java ## @@ -71,168 +69

[GitHub] [lucene-solr] dsmiley commented on issue #1366: SOLR-14342: Optimize core loading order in SolrCloud.

2020-03-19 Thread GitBox
dsmiley commented on issue #1366: SOLR-14342: Optimize core loading order in SolrCloud. URL: https://github.com/apache/lucene-solr/pull/1366#issuecomment-601508721 The previous CoreSorter had a getCloudDescriptors method that called CoreContainer.getCores(). But there are no cores registe

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

2020-03-19 Thread GitBox
dnhatn 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_r395423835 ## File path: lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java ##

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

2020-03-19 Thread GitBox
dnhatn 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_r395425026 ## File path: lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java ##

[jira] [Commented] (SOLR-8274) Add per-request MDC logging based on user-provided value.

2020-03-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17063082#comment-17063082 ] David Smiley commented on SOLR-8274: OpenTracing which is in Solr 8.2 so perhaps this

[jira] [Created] (SOLR-14351) Harden MDCLoggingContext.clear depth tracking

2020-03-19 Thread David Smiley (Jira)
David Smiley created SOLR-14351: --- Summary: Harden MDCLoggingContext.clear depth tracking Key: SOLR-14351 URL: https://issues.apache.org/jira/browse/SOLR-14351 Project: Solr Issue Type: Improvem

[jira] [Updated] (SOLR-14346) Solr fails to check zombie server in LbHttpSolrClient

2020-03-19 Thread maoxiajun (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoxiajun updated SOLR-14346: - Priority: Critical (was: Major) > Solr fails to check zombie server in LbHttpSolrClient > --