[GitHub] [solr] epugh opened a new pull request, #1808: SOLR-16800: Move towards using the root of Solr as the -solrUrl in the CLI.

2023-07-25 Thread via GitHub
epugh opened a new pull request, #1808: URL: https://github.com/apache/solr/pull/1808 https://issues.apache.org/jira/browse/SOLR-16800 # Description In the future we'll have V2 API urls that are under /api, so having urls be /solr is a bit awkward. Allow -solrUrl http://l

[jira] [Commented] (SOLR-16779) Umm... what is bin/solr cp ???

2023-07-25 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17747194#comment-17747194 ] Eric Pugh commented on SOLR-16779: -- I do get this: (base) ➜ dev git:(SOLR-16800) ✗ bin

[GitHub] [solr] epugh merged pull request #1796: Update cloud-script.adoc

2023-07-25 Thread via GitHub
epugh merged PR #1796: URL: https://github.com/apache/solr/pull/1796 -- 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

[jira] [Commented] (SOLR-16850) Flag to users that bin/solr heathcheck doesn't work with non solrcloud

2023-07-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17747091#comment-17747091 ] ASF subversion and git services commented on SOLR-16850: Commit 5

[jira] [Resolved] (SOLR-16850) Flag to users that bin/solr heathcheck doesn't work with non solrcloud

2023-07-25 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16850. -- Fix Version/s: main (10.0) Resolution: Fixed > Flag to users that bin/solr heathcheck doesn't wo

[jira] [Commented] (SOLR-16850) Flag to users that bin/solr heathcheck doesn't work with non solrcloud

2023-07-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17747089#comment-17747089 ] ASF subversion and git services commented on SOLR-16850: Commit 3

[GitHub] [solr] epugh merged pull request #1804: SOLR-16850: Notify a user if they run Healthcheck againsts a standalone mode Solr

2023-07-25 Thread via GitHub
epugh merged PR #1804: URL: https://github.com/apache/solr/pull/1804 -- 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

[jira] [Resolved] (SOLR-16892) Make "create" be Standalone/Cloud Aware

2023-07-25 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16892. -- Fix Version/s: main (10.0) Resolution: Fixed Not back porting this as it also changes parameters

[jira] [Created] (SOLR-16904) Move replica should retain preferredLeader flag

2023-07-25 Thread David Smiley (Jira)
David Smiley created SOLR-16904: --- Summary: Move replica should retain preferredLeader flag Key: SOLR-16904 URL: https://issues.apache.org/jira/browse/SOLR-16904 Project: Solr Issue Type: Improv

[jira] [Commented] (SOLR-16892) Make "create" be Standalone/Cloud Aware

2023-07-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17747037#comment-17747037 ] ASF subversion and git services commented on SOLR-16892: Commit c

[GitHub] [solr] epugh merged pull request #1785: SOLR-16892: make CreateTool Cloud/Standalone Aware

2023-07-25 Thread via GitHub
epugh merged PR #1785: URL: https://github.com/apache/solr/pull/1785 -- 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

[jira] [Created] (SOLR-16903) Use Path instead of File in Java Code

2023-07-25 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-16903: Summary: Use Path instead of File in Java Code Key: SOLR-16903 URL: https://issues.apache.org/jira/browse/SOLR-16903 Project: Solr Issue Type: Improvement Secu

[jira] [Updated] (SOLR-16903) Use Path instead of File in Java Code

2023-07-25 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-16903: - Labels: newdev (was: ) > Use Path instead of File in Java Code > - >

[GitHub] [solr] epugh commented on pull request #1785: SOLR-16892: make CreateTool Cloud/Standalone Aware

2023-07-25 Thread via GitHub
epugh commented on PR #1785: URL: https://github.com/apache/solr/pull/1785#issuecomment-1649751539 I have created https://issues.apache.org/jira/browse/SOLR-16903 to encourage migrating to Path everywhere -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [solr] epugh commented on a diff in pull request #1785: SOLR-16892: make CreateTool Cloud/Standalone Aware

2023-07-25 Thread via GitHub
epugh commented on code in PR #1785: URL: https://github.com/apache/solr/pull/1785#discussion_r1273448667 ## solr/core/src/java/org/apache/solr/cli/CreateTool.java: ## @@ -43,24 +68,295 @@ public String getName() { @Override public List getOptions() { -return CreateC

[GitHub] [solr] epugh commented on a diff in pull request #1785: SOLR-16892: make CreateTool Cloud/Standalone Aware

2023-07-25 Thread via GitHub
epugh commented on code in PR #1785: URL: https://github.com/apache/solr/pull/1785#discussion_r127358 ## solr/core/src/java/org/apache/solr/cli/CreateTool.java: ## @@ -43,24 +68,295 @@ public String getName() { @Override public List getOptions() { -return CreateC

[jira] [Commented] (SOLR-16490) Create a v2 equivalent for /admin/cores BACKUPCORE+RESTORECORE

2023-07-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746907#comment-17746907 ] ASF subversion and git services commented on SOLR-16490: Commit b

[GitHub] [solr] gerlowskija merged pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-25 Thread via GitHub
gerlowskija merged PR #1740: URL: https://github.com/apache/solr/pull/1740 -- 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.apach