[jira] [Commented] (SOLR-13044) IndexFetcher.openNewSearcherAndUpdateCommitPoint can throw NPE on null SolrCore

2022-04-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518581#comment-17518581 ] David Smiley commented on SOLR-13044: - I think the right thing to do is simply do not

[GitHub] [solr] dsmiley opened a new pull request, #794: SOLR-13044: Fix NPE in IndexFetcher.openNewSearcherAndUpdateCommitPoint

2022-04-06 Thread GitBox
dsmiley opened a new pull request, #794: URL: https://github.com/apache/solr/pull/794 Core might be closing. https://issues.apache.org/jira/browse/SOLR-13044 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[jira] [Commented] (SOLR-13410) Designated overseer not able to become overseer quickly

2022-04-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518574#comment-17518574 ] David Smiley commented on SOLR-13410: - There's an obvious NPE risk that can happen in

[GitHub] [solr] dsmiley opened a new pull request, #793: SOLR-16145: NPE fix in rejoinOverseerElection

2022-04-06 Thread GitBox
dsmiley opened a new pull request, #793: URL: https://github.com/apache/solr/pull/793 bug was introduced by SOLR-13410 https://issues.apache.org/jira/browse/SOLR-16145 I found this when running tests, and I saw a non-reproducible failure in RollingRestartTest I'm not cer

[GitHub] [solr] janhoy opened a new pull request, #792: New release wizard build failures step

2022-04-06 Thread GitBox
janhoy opened a new pull request, #792: URL: https://github.com/apache/solr/pull/792 Cherry-picked from Lucene https://github.com/apache/lucene/pull/789 @jtibshirani I don't know if you are aware of the http://fucit.org/solr-jenkins-reports/ site, I added it to the Solr wizard since

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #434: Ability to easily run smoke-tester

2022-04-06 Thread GitBox
HoustonPutman opened a new pull request, #434: URL: https://github.com/apache/solr-operator/pull/434 Resolves #433 Smoke tests can now be ran with "make smoke-test" which will skip the GPG checking unless the environment option "GPG_KEY" is provided. Will try to add a github a

[GitHub] [solr-operator] HoustonPutman opened a new issue, #433: Allow the smoketester to run without signed artifacts

2022-04-06 Thread GitBox
HoustonPutman opened a new issue, #433: URL: https://github.com/apache/solr-operator/issues/433 This is necessary for us to enable the smoketester on jenkins, since we can't sign artifacts there. It'll also make it possible for us to have a `make smoke-test` target that allows users

[jira] [Created] (SOLR-16145) Overseer rejoinOverseerElection NPE

2022-04-06 Thread David Smiley (Jira)
David Smiley created SOLR-16145: --- Summary: Overseer rejoinOverseerElection NPE Key: SOLR-16145 URL: https://issues.apache.org/jira/browse/SOLR-16145 Project: Solr Issue Type: Bug Security

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #432: Don't kill SolrCloud pods on StatefulSet creation

2022-04-06 Thread GitBox
HoustonPutman opened a new pull request, #432: URL: https://github.com/apache/solr-operator/pull/432 Fixes #431 This waits until the Operator is aware of a StatefulSet status to kill the SolrCloud pods that are out of date. Otherwise it will think all SolrCloud pods are out of date,

[GitHub] [solr-operator] HoustonPutman opened a new issue, #431: SolrCloud pods are immediately killed on StatefulSet creation

2022-04-06 Thread GitBox
HoustonPutman opened a new issue, #431: URL: https://github.com/apache/solr-operator/issues/431 For a while the Solr Operator has been killing pods immediately after a SolrCloud is created. This doesn't impact much, because the pods will have been alive for a second or two at most, but i

[GitHub] [solr-operator] HoustonPutman merged pull request #430: Improve build-dependency installation

2022-04-06 Thread GitBox
HoustonPutman merged PR #430: URL: https://github.com/apache/solr-operator/pull/430 -- 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

[jira] [Commented] (SOLR-16144) Don't internally round [foreground|background]_popularity values in RelatednessAgg

2022-04-06 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518434#comment-17518434 ] Michael Gibney commented on SOLR-16144: --- Even if the current implementation is left

[GitHub] [solr] magibney opened a new pull request, #790: SOLR-16144: In RelatednessAgg, don't internally round fg/bg_pop

2022-04-06 Thread GitBox
magibney opened a new pull request, #790: URL: https://github.com/apache/solr/pull/790 See: [SOLR-16144](https://issues.apache.org/jira/browse/SOLR-16144) It is appropriate to round relatedness, and to round pop values as returned to external clients. But internally, it is meaningful

[jira] [Created] (SOLR-16144) Don't internally round [foreground|background]_popularity values in RelatednessAgg

2022-04-06 Thread Michael Gibney (Jira)
Michael Gibney created SOLR-16144: - Summary: Don't internally round [foreground|background]_popularity values in RelatednessAgg Key: SOLR-16144 URL: https://issues.apache.org/jira/browse/SOLR-16144 Pr

[GitHub] [solr] madrob merged pull request #786: Ignore 3rd Party JS in Lift

2022-04-06 Thread GitBox
madrob merged PR #786: URL: https://github.com/apache/solr/pull/786 -- 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.org

[GitHub] [solr] madrob commented on a diff in pull request #789: Fix integration test cleanup & bats tmp directory

2022-04-06 Thread GitBox
madrob commented on code in PR #789: URL: https://github.com/apache/solr/pull/789#discussion_r844248548 ## solr/packaging/test/test_bats.bats: ## @@ -21,7 +21,7 @@ load bats_helper setup_file() { # set up paths and helpers - common_setup + common_clean_setup Review Comm

[GitHub] [solr] madrob commented on a diff in pull request #789: Fix integration test cleanup & bats tmp directory

2022-04-06 Thread GitBox
madrob commented on code in PR #789: URL: https://github.com/apache/solr/pull/789#discussion_r844245229 ## solr/packaging/test/test_create_collection.bats: ## @@ -18,12 +18,12 @@ load bats_helper setup_file() { - common_setup + common_clean_setup solr start -c loca

[GitHub] [solr] HoustonPutman opened a new pull request, #789: Fix integration test cleanup & bats tmp directory

2022-04-06 Thread GitBox
HoustonPutman opened a new pull request, #789: URL: https://github.com/apache/solr/pull/789 Also fix logging for configSet, noticed that the directories specified were wrong when I was getting test failures. -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #430: Improve build-dependency installation

2022-04-06 Thread GitBox
HoustonPutman opened a new pull request, #430: URL: https://github.com/apache/solr-operator/pull/430 - Set explicit version for go-licenses - Install kustomize via "go install" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #429: Allow ZkConnectionStrings without ports, log when statefulset is skipped

2022-04-06 Thread GitBox
HoustonPutman opened a new pull request, #429: URL: https://github.com/apache/solr-operator/pull/429 Fixes #428 -- 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 unsubscr

[GitHub] [solr-operator] janhoy opened a new issue, #428: Default to port 2181 for zookeeper connection string

2022-04-06 Thread GitBox
janhoy opened a new issue, #428: URL: https://github.com/apache/solr-operator/issues/428 The setting `zookeeperConnectionInfo.internalConnectionString` does not have the same semantics as in Solr. It requires an explicit port numer, while in Solr you can say `ZK_HOST=zoo1,zoo2` and it defau

[jira] [Resolved] (SOLR-16134) Found error during integrationTest that did not fail the smoketester.

2022-04-06 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-16134. -- Fix Version/s: 9.1 Resolution: Fixed Going to leave this until 9.1 since I don't want to rush on

[jira] [Commented] (SOLR-16143) Integration Test fails to create collection

2022-04-06 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518183#comment-17518183 ] Mike Drob commented on SOLR-16143: -- I think what happened here was that after test #4 we

[jira] [Commented] (SOLR-14575) Solr restore is failing when basic authentication is enabled

2022-04-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518015#comment-17518015 ] Jan Høydahl commented on SOLR-14575: Hi [~prk.kri] . If you need support with your is

[jira] [Updated] (SOLR-16142) Spatial search in Query UI generates incorrect parameters

2022-04-06 Thread Arsal Jalib (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arsal Jalib updated SOLR-16142: --- Priority: Minor (was: Major) > Spatial search in Query UI generates incorrect parameters > -