[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2198: SOLR-15081: Metrics for core: isLeader, status

2021-01-12 Thread GitBox
dsmiley commented on a change in pull request #2198: URL: https://github.com/apache/lucene-solr/pull/2198#discussion_r556258609 ## File path: solr/core/src/java/org/apache/solr/core/SolrCore.java ## @@ -1202,26 +1203,26 @@ public void initializeMetrics(SolrMetricsContext

[jira] [Commented] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-12 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263831#comment-17263831 ] Jaison.Bi commented on LUCENE-9663: --- Thanks for the comment, [~sokolov] {quote}if you are running

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Walter Underwood (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263829#comment-17263829 ] Walter Underwood commented on SOLR-15056: - CPU utilization and load average (run queue length)

[GitHub] [lucene-solr] cammiemw commented on pull request #2097: LUCENE-9537

2021-01-12 Thread GitBox
cammiemw commented on pull request #2097: URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-759133439 Hi @mikemccand! I think the issues are fixed in my latest commit. Let me know if there is anything else that you think I need. Thanks!

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #2198: SOLR-15081: Metrics for core: isLeader, status

2021-01-12 Thread GitBox
muse-dev[bot] commented on a change in pull request #2198: URL: https://github.com/apache/lucene-solr/pull/2198#discussion_r556192502 ## File path: solr/core/src/java/org/apache/solr/core/SolrCore.java ## @@ -1202,26 +1203,26 @@ public void initializeMetrics(SolrMetricsContext

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2198: SOLR-15081: Metrics for core: isLeader, status

2021-01-12 Thread GitBox
dsmiley commented on a change in pull request #2198: URL: https://github.com/apache/lucene-solr/pull/2198#discussion_r556169620 ## File path: solr/core/src/java/org/apache/solr/core/SolrCore.java ## @@ -1202,26 +1203,26 @@ public void initializeMetrics(SolrMetricsContext

[jira] [Created] (SOLR-15082) payload function (FloatPayloadValueSource) should work with the payloads created by TokenOffsetPayloadTokenFilterFactory

2021-01-12 Thread Timothy Potter (Jira)
Timothy Potter created SOLR-15082: - Summary: payload function (FloatPayloadValueSource) should work with the payloads created by TokenOffsetPayloadTokenFilterFactory Key: SOLR-15082 URL:

[GitHub] [lucene-solr] megancarey commented on a change in pull request #2198: SOLR-15081: Metrics for core: isLeader, status

2021-01-12 Thread GitBox
megancarey commented on a change in pull request #2198: URL: https://github.com/apache/lucene-solr/pull/2198#discussion_r556161229 ## File path: solr/core/src/java/org/apache/solr/core/SolrCore.java ## @@ -1202,26 +1203,26 @@ public void initializeMetrics(SolrMetricsContext

[GitHub] [lucene-solr] dsmiley opened a new pull request #2198: SOLR-15081: Metrics for core: isLeader, status

2021-01-12 Thread GitBox
dsmiley opened a new pull request #2198: URL: https://github.com/apache/lucene-solr/pull/2198 https://issues.apache.org/jira/browse/SOLR-15081 Copying the description: > The core level metrics hold some interesting information, but I don't see information pertaining to the

[jira] [Created] (SOLR-15081) Metrics per core: report leader true/false and replica state

2021-01-12 Thread David Smiley (Jira)
David Smiley created SOLR-15081: --- Summary: Metrics per core: report leader true/false and replica state Key: SOLR-15081 URL: https://issues.apache.org/jira/browse/SOLR-15081 Project: Solr

[GitHub] [lucene-solr] HoustonPutman opened a new pull request #2197: SOLR-15075: Solr docker gradle improvements

2021-01-12 Thread GitBox
HoustonPutman opened a new pull request #2197: URL: https://github.com/apache/lucene-solr/pull/2197 https://issues.apache.org/jira/browse/SOLR-15075 WIP Goals - [ ] Remove Gradle docker plugin - [ ] Remove docker-package intermediate image - [ ] Move docker gradle

[jira] [Commented] (LUCENE-9661) Another classloader deadlock?

2021-01-12 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263737#comment-17263737 ] Mike Drob commented on LUCENE-9661: --- There's an IntelliJ inspection that I've seen for classes

[GitHub] [lucene-solr] patrickmarty commented on pull request #2161: LUCENE-9646: Set BM25Similarity discountOverlaps via the constructor

2021-01-12 Thread GitBox
patrickmarty commented on pull request #2161: URL: https://github.com/apache/lucene-solr/pull/2161#issuecomment-759047263 Thanks for looking into this @mikemccand > This change looks great, but it is an API break, so maybe we push it for 9.0 only, and add an entry into

[jira] [Created] (LUCENE-9666) http://s.apache.org/luceneversions doesn't work

2021-01-12 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9666: Summary: http://s.apache.org/luceneversions doesn't work Key: LUCENE-9666 URL: https://issues.apache.org/jira/browse/LUCENE-9666 Project: Lucene - Core

[jira] [Commented] (LUCENE-9661) Another classloader deadlock?

2021-01-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263694#comment-17263694 ] David Smiley commented on LUCENE-9661: -- Couldn't this sort of thing be caught via static analysis?  

[jira] [Updated] (SOLR-15080) Apache Zeppelin Sandbox Integration

2021-01-12 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-15080: --- Description: With the steady expansion of Solr's "Math Expression" and "Streaming

[jira] [Updated] (SOLR-15080) Apache Zeppelin Sandbox Integration

2021-01-12 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-15080: --- Description: With the steady expansion of Solr's "Math Expression" and "Streaming

[jira] [Updated] (SOLR-15080) Apache Zeppelin Sandbox Integration

2021-01-12 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-15080: --- Attachment: SOLR-15080.patch > Apache Zeppelin Sandbox Integration >

[jira] [Created] (SOLR-15080) Apache Zeppelin Sandbox Integration

2021-01-12 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-15080: -- Summary: Apache Zeppelin Sandbox Integration Key: SOLR-15080 URL: https://issues.apache.org/jira/browse/SOLR-15080 Project: Solr Issue Type: New

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Walter Underwood (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263671#comment-17263671 ] Walter Underwood commented on SOLR-15056: - On our production clusters, we have alerts set at 65%

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263659#comment-17263659 ] Atri Sharma commented on SOLR-15056: {quote}Using load average needs a different threshold, so I'd

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263656#comment-17263656 ] Atri Sharma commented on SOLR-15056: {quote}getSystemCpuLoad is supported on Oracle/OpenJDK, Amazon

[jira] [Commented] (SOLR-14216) Exclude HealthCheck from authentication

2021-01-12 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263651#comment-17263651 ] Houston Putman commented on SOLR-14216: --- I think this makes a lot of sense. It'd be ok to make this

[jira] [Commented] (LUCENE-9661) Another classloader deadlock?

2021-01-12 Thread Namgyu Kim (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263611#comment-17263611 ] Namgyu Kim commented on LUCENE-9661: In that case, I'll write an email first to the "8.8 release"

[jira] [Updated] (LUCENE-9661) Another classloader deadlock?

2021-01-12 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-9661: -- Priority: Blocker (was: Major) > Another classloader deadlock? >

[jira] [Commented] (LUCENE-9661) Another classloader deadlock?

2021-01-12 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263592#comment-17263592 ] Uwe Schindler commented on LUCENE-9661: --- bq. From my point of view, there seem to be no big

[jira] [Updated] (LUCENE-9661) Another classloader deadlock?

2021-01-12 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-9661: -- Fix Version/s: 8.8 master (9.0) > Another classloader deadlock? >

[jira] [Updated] (LUCENE-9661) Another classloader deadlock?

2021-01-12 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-9661: -- Affects Version/s: 8.0 > Another classloader deadlock? > - > >

[jira] [Commented] (SOLR-15071) Bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-12 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263587#comment-17263587 ] Christine Poerschke commented on SOLR-15071: {quote}... why does SFS not (potentially) have

[jira] [Commented] (SOLR-15071) Bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263564#comment-17263564 ] David Smiley commented on SOLR-15071: - {quote}the SolrFeatureScorer inadvertently claimed to

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Walter Underwood (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263561#comment-17263561 ] Walter Underwood commented on SOLR-15056: - Using load average needs a different threshold, so I'd

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263548#comment-17263548 ] Andrzej Bialecki commented on SOLR-15056: - ...there's always this: if you don't know what to

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (LUCENE-9661) Another classloader deadlock?

2021-01-12 Thread Namgyu Kim (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263514#comment-17263514 ] Namgyu Kim commented on LUCENE-9661: Thanks for your response [~mikemccand] and [~uschindler] :D

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Walter Underwood (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263500#comment-17263500 ] Walter Underwood commented on SOLR-15056: - Thanks, I'll incorporate these changes about core. I'm

[jira] [Comment Edited] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-12 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263442#comment-17263442 ] Michael Sokolov edited comment on LUCENE-9663 at 1/12/21, 3:51 PM: ---

[jira] [Commented] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-12 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263442#comment-17263442 ] Michael Sokolov commented on LUCENE-9663: - Interesting - if you are running luceneutil tests,

[jira] [Updated] (LUCENE-9665) Hunspell: support default encoding

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9665: - Status: Patch Available (was: Open) > Hunspell: support default encoding >

[jira] [Updated] (LUCENE-9665) Hunspell: support default encoding

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9665: - Attachment: LUCENE-9665.patch > Hunspell: support default encoding >

[jira] [Created] (LUCENE-9665) Hunspell: support default encoding

2021-01-12 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9665: Summary: Hunspell: support default encoding Key: LUCENE-9665 URL: https://issues.apache.org/jira/browse/LUCENE-9665 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263391#comment-17263391 ] Peter Gromov commented on LUCENE-9664: -- I see, thanks! Attached another patch, with condition

[jira] [Updated] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9664: - Attachment: LUCENE-9664.patch > Hunspell support: fix most IntelliJ warnings, cleanup >

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263380#comment-17263380 ] Dawid Weiss commented on LUCENE-9664: - [~Gromov] It will. But it'll also modify files locally

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263375#comment-17263375 ] Peter Gromov commented on LUCENE-9664: -- Thanks for looking into this so quickly! I can just inline

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263374#comment-17263374 ] Dawid Weiss commented on LUCENE-9664: - Perhaps I should clarify - I scanned the patch looking for

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263370#comment-17263370 ] Robert Muir commented on LUCENE-9664: - Yeah, I saw that when running precommit, but its easy enough

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263365#comment-17263365 ] Dawid Weiss commented on LUCENE-9664: - Please run gradlew tidy - the patch won't pass precommit. >

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263357#comment-17263357 ] Robert Muir commented on LUCENE-9664: - Thanks [~Gromov]. In general changes look fine, but I

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

2021-01-12 Thread GitBox
mikemccand commented on a change in pull request #2097: URL: https://github.com/apache/lucene-solr/pull/2097#discussion_r555792974 ## File path: lucene/core/src/java/org/apache/lucene/search/IndriAndWeight.java ## @@ -0,0 +1,124 @@ +/* + * Licensed to the Apache Software

[GitHub] [lucene-solr] mikemccand commented on pull request #2097: LUCENE-9537

2021-01-12 Thread GitBox
mikemccand commented on pull request #2097: URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-758675804 Thank you @cammiemw! Looks like there are some small style problems with your PR -- see the above `Gradle precommit` for details. We now enforce consistent

[jira] [Updated] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9664: - Status: Patch Available (was: Open) > Hunspell support: fix most IntelliJ warnings, cleanup >

[jira] [Updated] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9664: - Attachment: (was: LUCENE-9664.patch) > Hunspell support: fix most IntelliJ warnings,

[jira] [Updated] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9664: - Attachment: LUCENE-9664.patch > Hunspell support: fix most IntelliJ warnings, cleanup >

[jira] [Updated] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9664: - Status: Open (was: Patch Available) > Hunspell support: fix most IntelliJ warnings, cleanup >

[jira] [Updated] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9664: - Status: Patch Available (was: Open) > Hunspell support: fix most IntelliJ warnings, cleanup >

[jira] [Updated] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter updated LUCENE-9664: -- Attachment: LUCENE-9664.patch > Hunspell support: fix most IntelliJ warnings, cleanup >

[jira] [Created] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-12 Thread Peter (Jira)
Peter created LUCENE-9664: - Summary: Hunspell support: fix most IntelliJ warnings, cleanup Key: LUCENE-9664 URL: https://issues.apache.org/jira/browse/LUCENE-9664 Project: Lucene - Core Issue Type:

[jira] [Updated] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-12 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaison.Bi updated LUCENE-9663: -- Description: Elasticsearch keyword field uses SortedSet DocValues. In our applications, “keyword” is

[jira] [Created] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-12 Thread Jaison.Bi (Jira)
Jaison.Bi created LUCENE-9663: - Summary: Adding compression to terms dict from SortedSet/Sorted DocValues Key: LUCENE-9663 URL: https://issues.apache.org/jira/browse/LUCENE-9663 Project: Lucene - Core

[jira] [Commented] (SOLR-15071) Bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-12 Thread Florin Babes (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263283#comment-17263283 ] Florin Babes commented on SOLR-15071: - Thanks for your help [~cpoerschke]! > Bug on LTR when using

[GitHub] [lucene-solr] cpoerschke commented on pull request #2196: SOLR-15071: Fix ArrayIndexOutOfBoundsException in contrib/ltr SolrFeatureScorer

2021-01-12 Thread GitBox
cpoerschke commented on pull request #2196: URL: https://github.com/apache/lucene-solr/pull/2196#issuecomment-758599976 > ... Note that a plausible alternative is to simply not specify it and thus inherit the null-returning implementation from the Scorer. ... Good idea. Done.

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263246#comment-17263246 ] Atri Sharma commented on SOLR-15056: Also, I see a significant number of documentation changes which

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263245#comment-17263245 ] Atri Sharma commented on SOLR-15056: Hi Walter,   Thanks for tackling this and apologies for the

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-12 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263224#comment-17263224 ] Andrzej Bialecki commented on SOLR-15056: - This change is not needed and it makes the API ugly

[jira] [Commented] (SOLR-15071) Bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-12 Thread Ovidiu Mihalcea (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263214#comment-17263214 ] Ovidiu Mihalcea commented on SOLR-15071: Thank you for your help, [~cpoerschke]. I've compiled

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #1666: SOLR-14155: Load all other SolrCore plugins from packages

2021-01-12 Thread GitBox
muse-dev[bot] commented on a change in pull request #1666: URL: https://github.com/apache/lucene-solr/pull/1666#discussion_r75706 ## File path: solr/core/src/java/org/apache/solr/pkg/PackageListeningClassLoader.java ## @@ -61,18 +66,25 @@ public