[jira] [Commented] (SOLR-16153) Clone Collection

2022-04-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17521347#comment-17521347 ] David Smiley commented on SOLR-16153: - I guess we needn't bother with

[jira] [Commented] (SOLR-16153) Clone Collection

2022-04-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17521345#comment-17521345 ] David Smiley commented on SOLR-16153: - I imagine a sub-task would be a core level clone -- a new Core

[GitHub] [solr] madrob opened a new pull request, #803: SOLR-13858: Remove obsolete comment

2022-04-12 Thread GitBox
madrob opened a new pull request, #803: URL: https://github.com/apache/solr/pull/803 https://issues.apache.org/jira/browse/SOLR-13858 @sigram FYI - can you confirm that this was done? I looked through the code and got the impression that it was, but wanted to double check before

[jira] [Commented] (SOLR-5784) Solr create collection can support clone, and alias can support add collection function

2022-04-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17521255#comment-17521255 ] David Smiley commented on SOLR-5784: This issue is really two very distinct issues / ideas. I've

[jira] [Created] (SOLR-16153) Clone Collection

2022-04-12 Thread David Smiley (Jira)
David Smiley created SOLR-16153: --- Summary: Clone Collection Key: SOLR-16153 URL: https://issues.apache.org/jira/browse/SOLR-16153 Project: Solr Issue Type: New Feature Security Level:

[jira] [Updated] (SOLR-16152) Solr Standalone: bin/solr package fails with NullPointerException

2022-04-12 Thread Sebastian (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian updated SOLR-16152: - Summary: Solr Standalone: bin/solr package fails with NullPointerException (was: Solr Standalone -

[jira] [Created] (SOLR-16152) Solr Standalone - ./solr package fails with NullPointerException

2022-04-12 Thread Sebastian (Jira)
Sebastian created SOLR-16152: Summary: Solr Standalone - ./solr package fails with NullPointerException Key: SOLR-16152 URL: https://issues.apache.org/jira/browse/SOLR-16152 Project: Solr Issue

[GitHub] [solr] anshumg commented on a diff in pull request #796: Logging: shorten long Grouping.searchWithTimeLimiter warnings.

2022-04-12 Thread GitBox
anshumg commented on code in PR #796: URL: https://github.com/apache/solr/pull/796#discussion_r848565568 ## solr/core/src/java/org/apache/solr/search/Grouping.java: ## @@ -461,7 +461,16 @@ private void searchWithTimeLimiter(final Query filterQuery, Collector collector)

[GitHub] [solr-operator] HoustonPutman merged pull request #434: Ability to easily run smoke-tester

2022-04-12 Thread GitBox
HoustonPutman merged PR #434: URL: https://github.com/apache/solr-operator/pull/434 -- 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] [solr-operator] HoustonPutman closed issue #433: Allow the smoketester to run without signed artifacts

2022-04-12 Thread GitBox
HoustonPutman closed issue #433: Allow the smoketester to run without signed artifacts URL: https://github.com/apache/solr-operator/issues/433 -- 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

[GitHub] [solr] HoustonPutman commented on pull request #760: SOLR-16116: Use apache curator to manage the Solr Zookeeper interactions

2022-04-12 Thread GitBox
HoustonPutman commented on PR #760: URL: https://github.com/apache/solr/pull/760#issuecomment-1096783153 Thanks for the comment @risdenk . I was talking to @madrob about it, but he hinted that there were other problems with using the shaded dependencies. However that might no longer be

[GitHub] [solr] madrob commented on pull request #760: SOLR-16116: Use apache curator to manage the Solr Zookeeper interactions

2022-04-12 Thread GitBox
madrob commented on PR #760: URL: https://github.com/apache/solr/pull/760#issuecomment-1096782958 @risdenk I believe the issue currently is that for hadoop-auth we are not able to rely solely on `hadoop-client-*` dependencies, which are the ones that would use a relocated curator. All of

[GitHub] [solr] risdenk commented on pull request #760: SOLR-16116: Use apache curator to manage the Solr Zookeeper interactions

2022-04-12 Thread GitBox
risdenk commented on PR #760: URL: https://github.com/apache/solr/pull/760#issuecomment-1096757080 @HoustonPutman I haven't looked super closely at this, but I think that Hadoop shades curator when needed. Its possible that the Solr Hadoop classes just need to have the imports updated to

[GitHub] [solr] epugh commented on pull request #802: SOLR-16150 Provide correct bound zookeeper interface

2022-04-12 Thread GitBox
epugh commented on PR #802: URL: https://github.com/apache/solr/pull/802#issuecomment-1096726614 This is great, I've seen this noise output and always find it "alarming" to see! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to