Re: [PR] SOLR-16824: Back port to branch 9x [solr]

2024-07-02 Thread via GitHub
janhoy commented on code in PR #2540: URL: https://github.com/apache/solr/pull/2540#discussion_r1663325672 ## solr/bin/solr.cmd: ## @@ -246,11 +246,12 @@ set FIRST_ARG=%1 IF [%1]==[] goto usage -IF "%1"=="-help" goto usage -IF "%1"=="-usage" goto usage -IF "%1"=="-h" goto u

Re: [PR] SOLR-16824: Back port to branch 9x [solr]

2024-07-02 Thread via GitHub
janhoy commented on code in PR #2540: URL: https://github.com/apache/solr/pull/2540#discussion_r1663323040 ## solr/core/src/java/org/apache/solr/cli/SolrCLI.java: ## @@ -435,11 +503,34 @@ public static boolean exceptionIsAuthRelated(Exception exc) { && Arrays.asList(UN

Re: [PR] SOLR-17357: Improve SolrCLI tool --help printout [solr]

2024-07-02 Thread via GitHub
janhoy commented on PR #2545: URL: https://github.com/apache/solr/pull/2545#issuecomment-2204736439 > The refactoring looks good, nice to see that we removed lines of code wrapping! I will look again but I don think I see in this PR the enhancements to printing out help with custom header o

Re: [PR] Update dependency org.apache.hadoop.thirdparty:hadoop-shaded-guava to v1.2.0 [solr]

2024-07-02 Thread via GitHub
github-actions[bot] commented on PR #2269: URL: https://github.com/apache/solr/pull/2269#issuecomment-2204735110 This PR had no visible activity in the past 60 days, labeling it as stale. Any new activity will remove the stale label. To attract more reviewers, please tag someone or notify t

Re: [PR] Update org.glassfish.hk2*:* to v3.1.0 [solr]

2024-07-02 Thread via GitHub
github-actions[bot] commented on PR #2268: URL: https://github.com/apache/solr/pull/2268#issuecomment-2204735153 This PR had no visible activity in the past 60 days, labeling it as stale. Any new activity will remove the stale label. To attract more reviewers, please tag someone or notify t

Re: [PR] Parses CHANGES.txt to identify contributors [solr]

2024-07-02 Thread via GitHub
github-actions[bot] commented on PR #2424: URL: https://github.com/apache/solr/pull/2424#issuecomment-2204735032 This PR had no visible activity in the past 60 days, labeling it as stale. Any new activity will remove the stale label. To attract more reviewers, please tag someone or notify t

Re: [PR] Update dependency org.bouncycastle:bcpkix-jdk18on to v1.78.1 [solr]

2024-07-02 Thread via GitHub
github-actions[bot] commented on PR #2434: URL: https://github.com/apache/solr/pull/2434#issuecomment-2204734994 This PR had no visible activity in the past 60 days, labeling it as stale. Any new activity will remove the stale label. To attract more reviewers, please tag someone or notify t

Re: [PR] SOLR-17102: Replaced VersionBucket array with locks on-demand [solr]

2024-07-02 Thread via GitHub
dsmiley commented on code in PR #2548: URL: https://github.com/apache/solr/pull/2548#discussion_r1663245696 ## solr/core/src/java/org/apache/solr/update/UpdateLocks.java: ## @@ -0,0 +1,149 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contribu

[PR] SOLR-17102: Replaced VersionBucket array with locks on-demand [solr]

2024-07-02 Thread via GitHub
dsmiley opened a new pull request, #2548: URL: https://github.com/apache/solr/pull/2548 https://issues.apache.org/jira/browse/SOLR-17102 DistributedUpdateProcessor some refactoring to balance locks clearly. VersionInfo: moved locks out to UpdateLocks. Refactor: OrderedExecutor us

[jira] [Assigned] (SOLR-17102) VersionBucket not needed

2024-07-02 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-17102: --- Assignee: David Smiley > VersionBucket not needed > > >

Re: [PR] SOLR-16824: Back port to branch 9x [solr]

2024-07-02 Thread via GitHub
epugh commented on code in PR #2540: URL: https://github.com/apache/solr/pull/2540#discussion_r1663203570 ## solr/bin/solr.cmd: ## @@ -246,11 +246,12 @@ set FIRST_ARG=%1 IF [%1]==[] goto usage -IF "%1"=="-help" goto usage -IF "%1"=="-usage" goto usage -IF "%1"=="-h" goto us

Re: [PR] SOLR-17357: Improve SolrCLI tool --help printout [solr]

2024-07-02 Thread via GitHub
epugh commented on code in PR #2545: URL: https://github.com/apache/solr/pull/2545#discussion_r1663193576 ## solr/core/src/java/org/apache/solr/cli/ToolBase.java: ## @@ -66,5 +66,10 @@ public int runTool(CommandLine cli) throws Exception { return toolExitStatus; } + @

Re: [PR] SOLR-17357: Improve SolrCLI tool --help printout [solr]

2024-07-02 Thread via GitHub
epugh commented on PR #2545: URL: https://github.com/apache/solr/pull/2545#issuecomment-2204475187 This is awesome. I honestly had been willing to go backwards and lose the per tool customizations of help in the interest of simplicity... can't wait to eview this pr. -- This is an

Re: [PR] SOLR-17358: Escape + symbol to render documentation correctly [solr]

2024-07-02 Thread via GitHub
malliaridis commented on code in PR #2547: URL: https://github.com/apache/solr/pull/2547#discussion_r1663135743 ## solr/solr-ref-guide/modules/query-guide/pages/standard-query-parser.adoc: ## @@ -315,7 +315,7 @@ or === The Boolean Operator "+" -The `+` symbol (also known as

Re: [PR] SOLR-17358: Escape + symbol to render documentation correctly [solr]

2024-07-02 Thread via GitHub
cpoerschke commented on code in PR #2547: URL: https://github.com/apache/solr/pull/2547#discussion_r1662972239 ## solr/solr-ref-guide/modules/query-guide/pages/standard-query-parser.adoc: ## @@ -315,7 +315,7 @@ or === The Boolean Operator "+" -The `+` symbol (also known as

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-07-02 Thread via GitHub
cpoerschke commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1662962160 ## solr/modules/monitor/src/java/org/apache/solr/monitor/search/QueryMatchType.java: ## @@ -0,0 +1,45 @@ +/* + * + * * Licensed to the Apache Software Foundation (ASF)

Re: [PR] Cross-DC: Get tests passing and checker cleanup. [solr]

2024-07-02 Thread via GitHub
HoustonPutman commented on code in PR #2541: URL: https://github.com/apache/solr/pull/2541#discussion_r1657812390 ## solr/cross-dc-manager/src/test/org/apache/solr/crossdc/manager/SimpleSolrIntegrationTest.java: ## @@ -46,21 +45,21 @@ public static void ensureWorkingMockito() {

Re: [PR] SOLR-16824: Back port to branch 9x [solr]

2024-07-02 Thread via GitHub
janhoy commented on PR #2540: URL: https://github.com/apache/solr/pull/2540#issuecomment-2200147713 Getting there... All BATS tests now run, except these five: ``` not ok 32 solr help flag prints help in 1521ms # (from function `assert_output' in file /home/runner/work/solr/solr

Re: [PR] Add KmsKeySupplier that calls a KmsClient to decrypt encryption keys. [solr-sandbox]

2024-07-02 Thread via GitHub
bruno-roustant merged PR #108: URL: https://github.com/apache/solr-sandbox/pull/108 -- 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...@s

Re: [PR] SOLR-16824: Back port to branch 9x [solr]

2024-07-02 Thread via GitHub
janhoy commented on PR #2540: URL: https://github.com/apache/solr/pull/2540#issuecomment-2200072644 Just fixed the `test_delete_collection.bats` test (Linux only). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] SOLR-16824: Back port to branch 9x [solr]

2024-07-02 Thread via GitHub
janhoy commented on code in PR #2540: URL: https://github.com/apache/solr/pull/2540#discussion_r1660997239 ## solr/bin/solr: ## @@ -982,31 +982,10 @@ else exit fi +# status tool if [ "$SCRIPT_CMD" == "status" ]; then - if [ $# -gt 0 ]; then -while true; do - cas

Re: [PR] SOLR-16824: Back port to branch 9x [solr]

2024-07-02 Thread via GitHub
janhoy commented on PR #2540: URL: https://github.com/apache/solr/pull/2540#issuecomment-2197768183 Pushed some commits that at least makes Solr compile, and Fixes HealthCheckToolTest. I propose that we revert most .bats files to testing original (deprecated) options, so we know the

Re: [PR] Refactor: QueryResult: don't provide to SolrIndexSearcher [solr]

2024-07-02 Thread via GitHub
dsmiley commented on PR #2524: URL: https://github.com/apache/solr/pull/2524#issuecomment-2197732565 oh the irony; a CHANGES.txt conflict; sigh -- 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

Re: [PR] Refactor: QueryResult: don't provide to SolrIndexSearcher [solr]

2024-07-02 Thread via GitHub
cpoerschke commented on PR #2524: URL: https://github.com/apache/solr/pull/2524#issuecomment-2197018871 > (no CHANGES.txt; just deprecating low level stuff & refactoring stuff that shouldn't have an effect) > > WDYT @cpoerschke Perhaps `QueryComponent` and `SolrIndexSearcher` m

[PR] Run more workflows for branch_9x [solr]

2024-07-02 Thread via GitHub
janhoy opened a new pull request, #2543: URL: https://github.com/apache/solr/pull/2543 Spinoff from #2540 We should run all tests on PRs against `branch_9x`, to catch errors in larger backport efforts. This should work fine at least until we bump main to some newer java versio

Re: [PR] Refactor: QueryResult: don't provide to SolrIndexSearcher [solr]

2024-07-02 Thread via GitHub
cpoerschke commented on code in PR #2524: URL: https://github.com/apache/solr/pull/2524#discussion_r1654776265 ## solr/core/src/test/org/apache/solr/search/TestSearchPerf.java: ## @@ -173,7 +172,14 @@ private long doListGen(Query q, List filt) throws Exception { long ret =

Re: [PR] SOLR-17349: SolrDocumentFetcher should always skip lazy field loading overhead if documentCache==null [solr]

2024-07-02 Thread via GitHub
magibney commented on PR #2535: URL: https://github.com/apache/solr/pull/2535#issuecomment-2191621534 Opened https://github.com/apache/solr/pull/2537 for the failing test (it's unrelated to this PR). -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Fix failing test for SOLR-16962; update log must be enabled [solr]

2024-07-02 Thread via GitHub
magibney merged PR #2537: URL: https://github.com/apache/solr/pull/2537 -- 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...@solr.apache.o

[PR] Fix failing test for SOLR-16962; update log must be enabled [solr]

2024-07-02 Thread via GitHub
magibney opened a new pull request, #2537: URL: https://github.com/apache/solr/pull/2537 no jira -- 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: iss

Re: [PR] Refactor: QueryResult: don't provide to SolrIndexSearcher [solr]

2024-07-02 Thread via GitHub
dsmiley commented on code in PR #2524: URL: https://github.com/apache/solr/pull/2524#discussion_r1654698142 ## solr/core/src/test/org/apache/solr/search/TestSearchPerf.java: ## @@ -173,7 +172,14 @@ private long doListGen(Query q, List filt) throws Exception { long ret = 0;

Re: [PR] SOLR-17195: Add 'minPrefixLength' soft limit [solr]

2024-07-02 Thread via GitHub
epugh commented on PR #2499: URL: https://github.com/apache/solr/pull/2499#issuecomment-2191559171 One idea is that maybe we would want to have a page in the ref guide that was "The Defensive Solr Setup" and you could reference this type of feature and other features that enable this? May