[GitHub] [lucene-solr] jaisonbi edited a comment on pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-02-03 Thread GitBox
jaisonbi edited a comment on pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-772993254 Thanks for the detailed suggestion:) @bruno-roustant Will add a **new custom codec** to support compression or un-compression mode. I name it as

[jira] [Comment Edited] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-03 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278511#comment-17278511 ] Michael Sokolov edited comment on LUCENE-9715 at 2/4/21, 3:28 AM: --

[jira] [Comment Edited] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-03 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278511#comment-17278511 ] Michael Sokolov edited comment on LUCENE-9715 at 2/4/21, 3:27 AM: --

[jira] [Commented] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-03 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278511#comment-17278511 ] Michael Sokolov commented on LUCENE-9715: - Indeed, in Lucene90VectorReader.java, we have: {{

[jira] [Commented] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-03 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278509#comment-17278509 ] Michael Sokolov commented on LUCENE-9715: - OK, I was also able to reproduce this EOFException.

[jira] [Resolved] (LUCENE-9731) Failure of TestKnnGraph.testMergeProducesSameGraph

2021-02-03 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Sokolov resolved LUCENE-9731. - Resolution: Fixed > Failure of TestKnnGraph.testMergeProducesSameGraph >

[jira] [Commented] (LUCENE-9731) Failure of TestKnnGraph.testMergeProducesSameGraph

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

[GitHub] [lucene-solr] msokolov merged pull request #2299: LUCENE-9731: restore consistent random seed to HnswGraphBuilder

2021-02-03 Thread GitBox
msokolov merged pull request #2299: URL: https://github.com/apache/lucene-solr/pull/2299 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

[GitHub] [lucene-solr] jaisonbi edited a comment on pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-02-03 Thread GitBox
jaisonbi edited a comment on pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-772993254 Thanks for the detailed suggestion. @bruno-roustant Will add a **new custom codec** to support compression or un-compression mode. I name it as

[GitHub] [lucene-solr] jaisonbi commented on pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-02-03 Thread GitBox
jaisonbi commented on pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-772993254 Thanks for the detailed suggestion. @bruno-roustant Will add a **new custom codec** to support compression or un-compression mode. I name it as

[jira] [Commented] (LUCENE-9731) Failure of TestKnnGraph.testMergeProducesSameGraph

2021-02-03 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278497#comment-17278497 ] Michael Sokolov commented on LUCENE-9731: - In LUCENE-9615 we broke the consistent random seed

[GitHub] [lucene-solr] msokolov opened a new pull request #2299: LUCENE-9731: restore consistent random seed to HnswGraphBuilder

2021-02-03 Thread GitBox
msokolov opened a new pull request #2299: URL: https://github.com/apache/lucene-solr/pull/2299 A recent change replaced a static constant random seed initialized to `System.currentTimeMillis()` with a call to `System.currentTimeMillis()`, invalidating tests that relied on the consistent

[jira] [Commented] (SOLR-14928) Remove Overseer ClusterStateUpdater

2021-02-03 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278475#comment-17278475 ] Mike Drob commented on SOLR-14928: -- [~ilan] - those performance numbers are against a non PRS version,

[jira] [Commented] (SOLR-15122) ClusterEventProducerTest.testEvents is unstable

2021-02-03 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278465#comment-17278465 ] Mike Drob commented on SOLR-15122: -- Thanks to [~ab] for identifying where he suspected the issue was,

[jira] [Commented] (SOLR-15122) ClusterEventProducerTest.testEvents is unstable

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

[GitHub] [lucene-solr] madrob merged pull request #2291: SOLR-15122 Replace volatile+sleep with wait/notify

2021-02-03 Thread GitBox
madrob merged pull request #2291: URL: https://github.com/apache/lucene-solr/pull/2291 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] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[GitHub] [lucene-solr-operator] thelabdude closed pull request #151: Integrate with cert-manager to issue TLS certs for Solr

2021-02-03 Thread GitBox
thelabdude closed pull request #151: URL: https://github.com/apache/lucene-solr-operator/pull/151 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [lucene-solr-operator] thelabdude commented on pull request #151: Integrate with cert-manager to issue TLS certs for Solr

2021-02-03 Thread GitBox
thelabdude commented on pull request #151: URL: https://github.com/apache/lucene-solr-operator/pull/151#issuecomment-772912765 Closing in favor of #209 for now. This is an automated message from the Apache Git Service. To

[GitHub] [lucene-solr-operator] thelabdude opened a new pull request #209: Basic TLS Support

2021-02-03 Thread GitBox
thelabdude opened a new pull request #209: URL: https://github.com/apache/lucene-solr-operator/pull/209 Fixes #150 Taking a simplified approach than what was attempted in #151 by removing `autoCreate` mode and instead relying on users to create the TLS secret however they see fit.

[GitHub] [lucene-solr-operator] HoustonPutman commented on issue #208: podOptions probes ignored

2021-02-03 Thread GitBox
HoustonPutman commented on issue #208: URL: https://github.com/apache/lucene-solr-operator/issues/208#issuecomment-772891064 Good catch, thanks for submitting the bug! The issue likely lies in the fact that the code for filling default values for a probe only looks for Handlers and

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2291: SOLR-15122 Replace volatile+sleep with wait/notify

2021-02-03 Thread GitBox
murblanc commented on a change in pull request #2291: URL: https://github.com/apache/lucene-solr/pull/2291#discussion_r569807824 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/DelegatingClusterEventProducer.java ## @@ -90,7 +101,11 @@ public void

[GitHub] [lucene-solr] murblanc commented on pull request #2285: SOLR-14928: introduce distributed cluster state updates

2021-02-03 Thread GitBox
murblanc commented on pull request #2285: URL: https://github.com/apache/lucene-solr/pull/2285#issuecomment-772880121 Thanks @madrob. I did rebase on master before submitting the PR so this is totally ready for review (and merge, although I see there’s a conflict now with some recent

[GitHub] [lucene-solr] orenovadia commented on pull request #2231: LUCENE-9680 - Re-add IndexWriter::getFieldNames

2021-02-03 Thread GitBox
orenovadia commented on pull request #2231: URL: https://github.com/apache/lucene-solr/pull/2231#issuecomment-772872822 Thank you! This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [lucene-solr] orenovadia commented on pull request #2298: LUCENE-9680 - Backport to 8x - Remove deprecation from getFieldNames

2021-02-03 Thread GitBox
orenovadia commented on pull request #2298: URL: https://github.com/apache/lucene-solr/pull/2298#issuecomment-772872719 Thank you! This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [lucene-solr] madrob commented on pull request #2285: SOLR-14928: introduce distributed cluster state updates

2021-02-03 Thread GitBox
madrob commented on pull request #2285: URL: https://github.com/apache/lucene-solr/pull/2285#issuecomment-772866913 I am interested in reviewing and testing this but thought we were still waiting on a rebase before this was more ready? I've started looking, but it's 2000 lines of code

[jira] [Commented] (LUCENE-9731) Failure of TestKnnGraph.testMergeProducesSameGraph

2021-02-03 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278385#comment-17278385 ] Michael Sokolov commented on LUCENE-9731: - Thanks, [~mayyas]. I also have this seed from

[GitHub] [lucene-solr] madrob commented on a change in pull request #2291: SOLR-15122 Replace volatile+sleep with wait/notify

2021-02-03 Thread GitBox
madrob commented on a change in pull request #2291: URL: https://github.com/apache/lucene-solr/pull/2291#discussion_r569771526 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/DelegatingClusterEventProducer.java ## @@ -90,7 +101,11 @@ public void

[GitHub] [lucene-solr] madrob commented on a change in pull request #2291: SOLR-15122 Replace volatile+sleep with wait/notify

2021-02-03 Thread GitBox
madrob commented on a change in pull request #2291: URL: https://github.com/apache/lucene-solr/pull/2291#discussion_r569770226 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/DelegatingClusterEventProducer.java ## @@ -90,7 +101,11 @@ public void

[GitHub] [lucene-solr-operator] makuk66 opened a new issue #208: podOptions probes ignored

2021-02-03 Thread GitBox
makuk66 opened a new issue #208: URL: https://github.com/apache/lucene-solr-operator/issues/208 I tried setting solrcloud values: ``` podOptions: livenessProbe: tcpSocket: port: 8983 initialDelaySeconds: 5 periodSeconds: 5 readinessProbe:

[jira] [Updated] (LUCENE-9731) Failure of TestKnnGraph.testMergeProducesSameGraph

2021-02-03 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mayya Sharipova updated LUCENE-9731: Issue Type: Test (was: Bug) > Failure of TestKnnGraph.testMergeProducesSameGraph >

[jira] [Created] (LUCENE-9731) Failure of TestKnnGraph.testMergeProducesSameGraph

2021-02-03 Thread Mayya Sharipova (Jira)
Mayya Sharipova created LUCENE-9731: --- Summary: Failure of TestKnnGraph.testMergeProducesSameGraph Key: LUCENE-9731 URL: https://issues.apache.org/jira/browse/LUCENE-9731 Project: Lucene - Core

[jira] [Commented] (LUCENE-9673) The level of IntBlockPool slice is always 1

2021-02-03 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278364#comment-17278364 ] Michael McCandless commented on LUCENE-9673: Thanks [~mashudong], I'll have a look.  I

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2291: SOLR-15122 Replace volatile+sleep with wait/notify

2021-02-03 Thread GitBox
murblanc commented on a change in pull request #2291: URL: https://github.com/apache/lucene-solr/pull/2291#discussion_r569754269 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/DelegatingClusterEventProducer.java ## @@ -90,7 +101,11 @@ public void

[jira] [Commented] (LUCENE-9406) Make it simpler to track IndexWriter's events

2021-02-03 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278361#comment-17278361 ] Michael McCandless commented on LUCENE-9406: Thanks for taking up the torch here

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2291: SOLR-15122 Replace volatile+sleep with wait/notify

2021-02-03 Thread GitBox
murblanc commented on a change in pull request #2291: URL: https://github.com/apache/lucene-solr/pull/2291#discussion_r569754269 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/DelegatingClusterEventProducer.java ## @@ -90,7 +101,11 @@ public void

[GitHub] [lucene-solr-operator] HoustonPutman commented on a change in pull request #151: Integrate with cert-manager to issue TLS certs for Solr

2021-02-03 Thread GitBox
HoustonPutman commented on a change in pull request #151: URL: https://github.com/apache/lucene-solr-operator/pull/151#discussion_r569735125 ## File path: controllers/util/solr_util.go ## @@ -899,3 +953,409 @@ func CreateNodeIngressRule(solrCloud *solr.SolrCloud, nodeName

[jira] [Commented] (LUCENE-9680) Re-add IndexWriter.getFieldNames

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

[GitHub] [lucene-solr] mikemccand merged pull request #2298: LUCENE-9680 - Backport to 8x - Remove deprecation from getFieldNames

2021-02-03 Thread GitBox
mikemccand merged pull request #2298: URL: https://github.com/apache/lucene-solr/pull/2298 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

[GitHub] [lucene-solr] mikemccand commented on pull request #2298: LUCENE-9680 - Backport to 8x - Remove deprecation from getFieldNames

2021-02-03 Thread GitBox
mikemccand commented on pull request #2298: URL: https://github.com/apache/lucene-solr/pull/2298#issuecomment-772819746 Looks great, thanks @orenovadia -- I'll merge. This is an automated message from the Apache Git Service.

[jira] [Resolved] (SOLR-14253) Remove Sleeps from OverseerCollectionMessageHandler

2021-02-03 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-14253. -- Resolution: Fixed > Remove Sleeps from OverseerCollectionMessageHandler >

[jira] [Commented] (LUCENE-9680) Re-add IndexWriter.getFieldNames

2021-02-03 Thread Oren Ovadia (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278351#comment-17278351 ] Oren Ovadia commented on LUCENE-9680: - [~sokolov], thanks you! Seems like this method still exists

[GitHub] [lucene-solr] orenovadia opened a new pull request #2298: LUCENE-9680 - Backport to 8x - Remove deprecation from getFieldNames

2021-02-03 Thread GitBox
orenovadia opened a new pull request #2298: URL: https://github.com/apache/lucene-solr/pull/2298 In [LUCENE-9680](https://issues.apache.org/jira/browse/LUCENE-9680) we re-added `IW::getFieldNames` back to `master`. The method still exists in 8x, so this simply removes the deprecation

[jira] [Commented] (SOLR-14253) Remove Sleeps from OverseerCollectionMessageHandler

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

[GitHub] [lucene-solr] madrob merged pull request #2297: SOLR-14253 Avoid writes in ZKSR.waitForState

2021-02-03 Thread GitBox
madrob merged pull request #2297: URL: https://github.com/apache/lucene-solr/pull/2297 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-15122) ClusterEventProducerTest.testEvents is unstable

2021-02-03 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278333#comment-17278333 ] Mike Drob commented on SOLR-15122: -- If we're not building our own concurrency logic, then I think it's

[jira] [Commented] (SOLR-15089) Allow backup/restoration to Amazon's S3 blobstore

2021-02-03 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278294#comment-17278294 ] Anshum Gupta commented on SOLR-15089: - This is really cool, Jason! I don't think there's any way

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2256: LUCENE-9507 Custom order for leaves in IndexReader and IndexWriter

2021-02-03 Thread GitBox
mikemccand commented on a change in pull request #2256: URL: https://github.com/apache/lucene-solr/pull/2256#discussion_r569643083 ## File path: lucene/core/src/java/org/apache/lucene/index/StandardDirectoryReader.java ## @@ -143,12 +158,17 @@ static StandardDirectoryReader

[jira] [Commented] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278271#comment-17278271 ] Joel Bernstein commented on SOLR-15132: --- You can think of this as a *time window* join. > Add

[jira] [Commented] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278270#comment-17278270 ] Joel Bernstein commented on SOLR-15132: --- So it doesn't care about the preview timestamp returned by

[jira] [Comment Edited] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278270#comment-17278270 ] Joel Bernstein edited comment on SOLR-15132 at 2/3/21, 6:15 PM: So it

[jira] [Commented] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278269#comment-17278269 ] Joel Bernstein commented on SOLR-15132: --- Nodes will take each matching timestamp, convert to a

[jira] [Commented] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278266#comment-17278266 ] Houston Putman commented on SOLR-15132: --- my question is, does "nodes()" have any idea what

[jira] [Comment Edited] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278261#comment-17278261 ] Joel Bernstein edited comment on SOLR-15132 at 2/3/21, 6:04 PM: We need

[jira] [Comment Edited] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278261#comment-17278261 ] Joel Bernstein edited comment on SOLR-15132 at 2/3/21, 6:03 PM: We need

[jira] [Comment Edited] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278261#comment-17278261 ] Joel Bernstein edited comment on SOLR-15132 at 2/3/21, 6:03 PM: We need

[jira] [Commented] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278261#comment-17278261 ] Joel Bernstein commented on SOLR-15132: --- We need to subtract the 10 seconds window each time and

[jira] [Resolved] (SOLR-15092) Loosen Ref Guide link checking to allow empty anchors in links

2021-02-03 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter resolved SOLR-15092. --- Fix Version/s: 8.9 master (9.0) Resolution: Fixed > Loosen

[jira] [Reopened] (SOLR-14253) Remove Sleeps from OverseerCollectionMessageHandler

2021-02-03 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob reopened SOLR-14253: -- Reopening for a test failure found by [~gerlowskija], to be addressed by the new PR. > Remove Sleeps

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

2021-02-03 Thread Walter Underwood (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278256#comment-17278256 ] Walter Underwood commented on SOLR-15056: - Now that 8.8 is out, can someone take a look at this?

[GitHub] [lucene-solr] madrob opened a new pull request #2297: SOLR-14253 Avoid writes in ZKSR.waitForState

2021-02-03 Thread GitBox
madrob opened a new pull request #2297: URL: https://github.com/apache/lucene-solr/pull/2297 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

[jira] [Commented] (SOLR-15092) Loosen Ref Guide link checking to allow empty anchors in links

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

[jira] [Commented] (SOLR-15092) Loosen Ref Guide link checking to allow empty anchors in links

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

[GitHub] [lucene-solr] jtibshirani merged pull request #2287: Remove write logic from Lucene70NormsFormat.

2021-02-03 Thread GitBox
jtibshirani merged pull request #2287: URL: https://github.com/apache/lucene-solr/pull/2287 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

[GitHub] [lucene-solr] jtibshirani merged pull request #2276: Improve backwards compatibility tests for sorted indexes.

2021-02-03 Thread GitBox
jtibshirani merged pull request #2276: URL: https://github.com/apache/lucene-solr/pull/2276 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

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2295: LUCENE-9726: Hunspell: speed up spellchecking by stopping at a single…

2021-02-03 Thread GitBox
donnerpeter commented on a change in pull request #2295: URL: https://github.com/apache/lucene-solr/pull/2295#discussion_r569600411 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Stemmer.java ## @@ -319,6 +345,11 @@ private boolean

[jira] [Commented] (SOLR-15092) Loosen Ref Guide link checking to allow empty anchors in links

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

[jira] [Commented] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278222#comment-17278222 ] Houston Putman commented on SOLR-15132: --- If this is just looking at the last {{n}} buckets when

[jira] [Commented] (SOLR-15092) Loosen Ref Guide link checking to allow empty anchors in links

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

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Assigned] (LUCENE-9730) Clean up temporary folder management in Dictionary

2021-02-03 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-9730: --- Assignee: Dawid Weiss > Clean up temporary folder management in Dictionary >

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2295: LUCENE-9726: Hunspell: speed up spellchecking by stopping at a single…

2021-02-03 Thread GitBox
dweiss commented on a change in pull request #2295: URL: https://github.com/apache/lucene-solr/pull/2295#discussion_r569575287 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Stemmer.java ## @@ -319,6 +345,11 @@ private boolean

[jira] [Commented] (LUCENE-9721) Hunspell: disallow ONLYINCOMPOUND suffixes at the very end of compound words

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

[jira] [Resolved] (LUCENE-9721) Hunspell: disallow ONLYINCOMPOUND suffixes at the very end of compound words

2021-02-03 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9721. - Fix Version/s: master (9.0) Resolution: Fixed > Hunspell: disallow ONLYINCOMPOUND

[GitHub] [lucene-solr] dweiss merged pull request #2294: LUCENE-9721: Hunspell: disallow ONLYINCOMPOUND suffixes at the very end of compound words

2021-02-03 Thread GitBox
dweiss merged pull request #2294: URL: https://github.com/apache/lucene-solr/pull/2294 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-9720) Hunspell: more ways to vary misspelled word variations for suggestions

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

[jira] [Resolved] (LUCENE-9720) Hunspell: more ways to vary misspelled word variations for suggestions

2021-02-03 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9720. - Fix Version/s: master (9.0) Resolution: Fixed > Hunspell: more ways to vary misspelled

[GitHub] [lucene-solr] dweiss merged pull request #2286: LUCENE-9720: Hunspell: more ways to vary misspelled word variations f…

2021-02-03 Thread GitBox
dweiss merged pull request #2286: URL: https://github.com/apache/lucene-solr/pull/2286 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

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2286: LUCENE-9720: Hunspell: more ways to vary misspelled word variations f…

2021-02-03 Thread GitBox
dweiss commented on a change in pull request #2286: URL: https://github.com/apache/lucene-solr/pull/2286#discussion_r569570609 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ModifyingSuggester.java ## @@ -30,9 +32,52 @@ }

[jira] [Created] (LUCENE-9730) Clean up temporary folder management in Dictionary

2021-02-03 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9730: --- Summary: Clean up temporary folder management in Dictionary Key: LUCENE-9730 URL: https://issues.apache.org/jira/browse/LUCENE-9730 Project: Lucene - Core

[jira] [Commented] (SOLR-15092) Loosen Ref Guide link checking to allow empty anchors in links

2021-02-03 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278092#comment-17278092 ] Cassandra Targett commented on SOLR-15092: -- +1 for this. I tested the patch out and just changed

[jira] [Commented] (SOLR-14234) Unhelpful message in RemoteExecutionException

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

[jira] [Commented] (SOLR-14234) Unhelpful message in RemoteExecutionException

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

[jira] [Assigned] (SOLR-14234) Unhelpful message in RemoteExecutionException

2021-02-03 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki reassigned SOLR-14234: --- Assignee: Andrzej Bialecki > Unhelpful message in RemoteExecutionException >

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2276: Improve backwards compatibility tests for sorted indexes.

2021-02-03 Thread GitBox
mikemccand commented on a change in pull request #2276: URL: https://github.com/apache/lucene-solr/pull/2276#discussion_r569443948 ## File path: lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java ## @@ -1079,8 +1069,7 @@ public

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-03 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This

[jira] [Commented] (SOLR-11735) TransformerFactory to support SolrCoreAware

2021-02-03 Thread Markus Jelsma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278001#comment-17278001 ] Markus Jelsma commented on SOLR-11735: -- Updated patch for master. > TransformerFactory to support

  1   2   >