[GitHub] [lucene] vigyasharma commented on issue #11714: FairDistributionMergePolicy [LUCENE-10679]

2022-08-25 Thread GitBox
vigyasharma commented on issue #11714: URL: https://github.com/apache/lucene/issues/11714#issuecomment-1226945158 > A more optimal distribution can be achieved by performing a variation of the integer partitioning algorithm. Initial tests show a more optimal distribution on a simulated set

[GitHub] [lucene] madrob commented on pull request #11715: RamUsageEstimator properly checks for Long cache

2022-08-25 Thread GitBox
madrob commented on PR #11715: URL: https://github.com/apache/lucene/pull/11715#issuecomment-1227247964 @uschindler my latest patch fixes the comment and adds Integer size. if you strongly disagree with adding the Integer size then we can roll that back too, but I think since we're already

[GitHub] [lucene] uschindler merged pull request #11718: Fix classloading deadlock in analysis factories / AnalysisSPILoader initialization

2022-08-25 Thread GitBox
uschindler merged PR #11718: URL: https://github.com/apache/lucene/pull/11718 -- 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: issues-unsubscr...@lucene.

[GitHub] [lucene] uschindler closed issue #11701: Deadlock in AnalysisSPILoader [LUCENE-10665]

2022-08-25 Thread GitBox
uschindler closed issue #11701: Deadlock in AnalysisSPILoader [LUCENE-10665] URL: https://github.com/apache/lucene/issues/11701 -- 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.

[GitHub] [lucene-jira-archive] uschindler commented on issue #29: Can/should we make Jira read-only on migration to GitHub issues?

2022-08-25 Thread GitBox
uschindler commented on issue #29: URL: https://github.com/apache/lucene-jira-archive/issues/29#issuecomment-1227523130 How do we now add the final message to all issues in JIRA? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [lucene] gsmiller commented on issue #11717: Determine the performance differences between taxonomy and ssdv faceting

2022-08-25 Thread GitBox
gsmiller commented on issue #11717: URL: https://github.com/apache/lucene/issues/11717#issuecomment-1227566063 > Some of the differences are not performance related, but instead usability. In some of those cases I think we can still improve. +1. Agreed there are some usability differe

[GitHub] [lucene-jira-archive] mocobeta commented on issue #29: Can/should we make Jira read-only on migration to GitHub issues?

2022-08-25 Thread GitBox
mocobeta commented on issue #29: URL: https://github.com/apache/lucene-jira-archive/issues/29#issuecomment-1227604531 I still have write access to Lucene Jira. Once Jira notification is disabled (I opened an Infra Jira to modify the notification schema), I will run the script to add commen

[GitHub] [lucene] jmazanec15 opened a new pull request, #11719: LUCENE-10318: Introduce HNSW merge from graph prototype

2022-08-25 Thread GitBox
jmazanec15 opened a new pull request, #11719: URL: https://github.com/apache/lucene/pull/11719 ### Description Prototype for initializing new graph during merge from an existing graph. Graph selected for initialization must have 0 deleted docs and have the comparatively the largest numbe

[GitHub] [lucene] madrob merged pull request #11715: Add Integer awareness to RamUsageEstimator.sizeOf

2022-08-25 Thread GitBox
madrob merged PR #11715: URL: https://github.com/apache/lucene/pull/11715 -- 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: issues-unsubscr...@lucene.apac

[GitHub] [lucene] dweiss opened a new issue, #11720: Upgrade to randomizedtesting 2.8.1

2022-08-25 Thread GitBox
dweiss opened a new issue, #11720: URL: https://github.com/apache/lucene/issues/11720 ### Description Hopefully mitigates wall-clock related problems (timeouts at weird stack traces) mentioned in #7687. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene] dweiss merged pull request #11721: #11720 Upgrade randomizedtesting to 2.8.1

2022-08-25 Thread GitBox
dweiss merged PR #11721: URL: https://github.com/apache/lucene/pull/11721 -- 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: issues-unsubscr...@lucene.apac

[GitHub] [lucene] dweiss closed issue #11720: Upgrade to randomizedtesting 2.8.1

2022-08-25 Thread GitBox
dweiss closed issue #11720: Upgrade to randomizedtesting 2.8.1 URL: https://github.com/apache/lucene/issues/11720 -- 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

[GitHub] [lucene] ben-manes commented on pull request #11715: Add Integer awareness to RamUsageEstimator.sizeOf

2022-08-25 Thread GitBox
ben-manes commented on PR #11715: URL: https://github.com/apache/lucene/pull/11715#issuecomment-1228006073 > I don't recommend to use caffeine because it uses Unsafe @uschindler fyi Caffeine 3.x does not use Unsafe, which is what Solr uses. Unfortunatelly we did not have any good