[GitHub] [lucene] dweiss commented on a change in pull request #739: Adapt release smoke tester for 9.1

2022-03-09 Thread GitBox
dweiss commented on a change in pull request #739: URL: https://github.com/apache/lucene/pull/739#discussion_r823407371 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -574,10 +574,11 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, version, testArgs):

[jira] [Commented] (LUCENE-10459) Update smoke tester for 9.1

2022-03-09 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17504037#comment-17504037 ] Dawid Weiss commented on LUCENE-10459: -- It was an intentional decision _not_ to include all of the

[jira] [Updated] (LUCENE-10382) Allow KnnVectorQuery to operate over a subset of liveDocs

2022-03-09 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani updated LUCENE-10382: -- Fix Version/s: 9.1 > Allow KnnVectorQuery to operate over a subset of liveDocs >

[jira] [Created] (LUCENE-10459) Update smoke tester for 9.1

2022-03-09 Thread Julie Tibshirani (Jira)
Julie Tibshirani created LUCENE-10459: - Summary: Update smoke tester for 9.1 Key: LUCENE-10459 URL: https://issues.apache.org/jira/browse/LUCENE-10459 Project: Lucene - Core Issue Type:

[GitHub] [lucene] jtibshirani opened a new pull request #739: Adapt release smoke tester for 9.1

2022-03-09 Thread GitBox
jtibshirani opened a new pull request #739: URL: https://github.com/apache/lucene/pull/739 This PR shows what parts of the smoke tester break when run on 9.1: * We ship a new directory `module-test-framework`. Do we mean to be including this in the binary distribution? * There are

[jira] [Updated] (LUCENE-10458) BoundedDocSetIdIterator may supply error count in Weigth#count(LeafReaderContext) when missingValue enables

2022-03-09 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-10458: --- Fix Version/s: 9.1 > BoundedDocSetIdIterator may supply error count in >

[jira] [Updated] (LUCENE-10458) BoundedDocSetIdIterator may supply error count in Weigth#count(LeafReaderContext) when missingValue enables

2022-03-09 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-10458: --- Issue Type: Bug (was: Improvement) > BoundedDocSetIdIterator may supply error count in >

[GitHub] [lucene] LuXugang closed pull request #422: LUCENE-10120: Lazy initialize FixedBitSet in LRUQueryCache

2022-03-09 Thread GitBox
LuXugang closed pull request #422: URL: https://github.com/apache/lucene/pull/422 -- 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 to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (LUCENE-10448) MergeRateLimiter doesn't always limit instant rate.

2022-03-09 Thread Vigya Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17503881#comment-17503881 ] Vigya Sharma commented on LUCENE-10448: --- I raised [PR -

[GitHub] [lucene] vigyasharma opened a new pull request #738: LUCENE-10448: Avoid instant rate write bursts by writing bytes buffer in chunks

2022-03-09 Thread GitBox
vigyasharma opened a new pull request #738: URL: https://github.com/apache/lucene/pull/738 ## Description `RateLimitedIndexOutput#writeBytes()` checks for rate only at the start of writing the byte buffer. This can result in large instant rate write bursts if the

[jira] [Commented] (LUCENE-10448) MergeRateLimiter doesn't always limit instant rate.

2022-03-09 Thread Vigya Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17503809#comment-17503809 ] Vigya Sharma commented on LUCENE-10448: --- Hi [~kkewwei] - Thanks for collecting and sharing these

[GitHub] [lucene] cpoerschke opened a new pull request #737: Reduce for-loop in WeightedSpanTermExtractor.extractWeightedSpanTerms method.

2022-03-09 Thread GitBox
cpoerschke opened a new pull request #737: URL: https://github.com/apache/lucene/pull/737 Draft pull request only for today, no JIRA issue as yet, and not yet fully analysed things but from code reading it seems the query rewrite and term collecting need not happen in a loop? The

[GitHub] [lucene-solr] thelabdude merged pull request #2645: Set cluster size to 2 and maxShardsPerNode to -1 for HttpClusterStateSSLTest

2022-03-09 Thread GitBox
thelabdude merged pull request #2645: URL: https://github.com/apache/lucene-solr/pull/2645 -- 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 to the specific comment. To unsubscribe, e-mail:

[GitHub] [lucene-solr] thelabdude opened a new pull request #2645: Set cluster size to 2 and maxShardsPerNode to -1 for HttpClusterStateSSLTest

2022-03-09 Thread GitBox
thelabdude opened a new pull request #2645: URL: https://github.com/apache/lucene-solr/pull/2645 Test requires maxShardsPerNode to be -1 to allow multiple shards / replicas in a single node. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (LUCENE-10457) LuceneTestCase.createTempDir could randomly return symbolic links

2022-03-09 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17503608#comment-17503608 ] Uwe Schindler commented on LUCENE-10457: No symlinks please. The symlinks in the git checkout

[jira] [Commented] (LUCENE-10408) Better dense encoding of doc Ids in Lucene91HnswVectorsFormat

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

[jira] [Commented] (LUCENE-10408) Better dense encoding of doc Ids in Lucene91HnswVectorsFormat

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

[jira] [Commented] (LUCENE-10457) LuceneTestCase.createTempDir could randomly return symbolic links

2022-03-09 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17503533#comment-17503533 ] Robert Muir commented on LUCENE-10457: -- A symlink to a file is not a file, a symlink to a

[jira] [Commented] (LUCENE-10311) Should DocIdSetBuilder have different implementations for point and terms?

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

[jira] [Commented] (LUCENE-10311) Should DocIdSetBuilder have different implementations for point and terms?

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

[GitHub] [lucene] romseygeek commented on a change in pull request #679: Monitor Improvements LUCENE-10422

2022-03-09 Thread GitBox
romseygeek commented on a change in pull request #679: URL: https://github.com/apache/lucene/pull/679#discussion_r822427351 ## File path: lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java ## @@ -0,0 +1,194 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (LUCENE-10408) Better dense encoding of doc Ids in Lucene91HnswVectorsFormat

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

[GitHub] [lucene] mayya-sharipova merged pull request #734: LUCENE-10408 Test: correct type of checksum

2022-03-09 Thread GitBox
mayya-sharipova merged pull request #734: URL: https://github.com/apache/lucene/pull/734 -- 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 to the specific comment. To unsubscribe, e-mail: