[GitHub] [solr] dsmiley commented on pull request #1158: SOLR-16368: Use Builder Pattern with Solr Clients

2022-11-28 Thread GitBox
dsmiley commented on PR #1158: URL: https://github.com/apache/solr/pull/1158#issuecomment-1329890511 Note that SOLR-16368 is marked "Resolved" already. -- 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 g

[GitHub] [solr] dsmiley commented on pull request #1158: SOLR-16368: Use Builder Pattern with Solr Clients

2022-11-28 Thread GitBox
dsmiley commented on PR #1158: URL: https://github.com/apache/solr/pull/1158#issuecomment-1329890210 Can you please summarize the changes into a proposed commit message? I wish GitHub built this into the PR so that we could review it as it's rather important. If you start listing lots of

[GitHub] [solr] dsmiley commented on a diff in pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
dsmiley commented on code in PR #1149: URL: https://github.com/apache/solr/pull/1149#discussion_r1034143179 ## solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java: ## @@ -261,23 +259,22 @@ private NamedList getIndexVersion(SolrClient s) throws Exception {

[jira] [Created] (SOLR-16563) Http2SolrClient should have a defaultCollection setting

2022-11-28 Thread David Smiley (Jira)
David Smiley created SOLR-16563: --- Summary: Http2SolrClient should have a defaultCollection setting Key: SOLR-16563 URL: https://issues.apache.org/jira/browse/SOLR-16563 Project: Solr Issue Type

[GitHub] [solr] risdenk commented on pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
risdenk commented on PR #1149: URL: https://github.com/apache/solr/pull/1149#issuecomment-1329723507 My concern was along the lines of the newly added `collection1` stuff in this PR specifically. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [solr] epugh commented on pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
epugh commented on PR #1149: URL: https://github.com/apache/solr/pull/1149#issuecomment-1329716560 > So I see `DEFAULT_COLLECTION` used in a few places and `collection1` hardcoded in others. I think I prefer `DEFAULT_COLLECTION` if possible to avoid hard coding `collection1`? so, `DE

[jira] [Commented] (SOLR-16562) Upgrade to Caffeine 3.1.2

2022-11-28 Thread Ben Manes (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640229#comment-17640229 ] Ben Manes commented on SOLR-16562: -- To clarify, the change is to detect keys that were m

[jira] [Commented] (SOLR-16489) CaffeineCache puts thread into infinite loop

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640221#comment-17640221 ] Kevin Risden commented on SOLR-16489: - Based on the PR - I opened SOLR-16562 to upgra

[GitHub] [solr] risdenk commented on pull request #1118: [SOLR-16489] CaffeineCache puts thread into infinite loop

2022-11-28 Thread GitBox
risdenk commented on PR #1118: URL: https://github.com/apache/solr/pull/1118#issuecomment-1329636763 I opened SOLR-16562 to upgrade to Caffeine 3.1.2 which will detect infinite loops (not fix the issue). -- This is an automated message from the Apache Git Service. To respond to the messag

[jira] [Created] (SOLR-16562) Upgrade to Caffeine 3.1.2

2022-11-28 Thread Kevin Risden (Jira)
Kevin Risden created SOLR-16562: --- Summary: Upgrade to Caffeine 3.1.2 Key: SOLR-16562 URL: https://issues.apache.org/jira/browse/SOLR-16562 Project: Solr Issue Type: Task Security Level: P

[GitHub] [solr] risdenk commented on a diff in pull request #1158: SOLR-16368: Use Builder Pattern with Solr Clients

2022-11-28 Thread GitBox
risdenk commented on code in PR #1158: URL: https://github.com/apache/solr/pull/1158#discussion_r1033664796 ## solr/core/src/test/org/apache/solr/search/TestSmileRequest.java: ## @@ -91,7 +90,6 @@ public void assertJQ(SolrClient client, SolrParams args, String... tests) // a

[jira] [Updated] (SOLR-16553) SolrTestCaseJ4 solr.install.dir property not initialized

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16553: Fix Version/s: 9.2 > SolrTestCaseJ4 solr.install.dir property not initialized > --

[jira] [Updated] (SOLR-16553) SolrTestCaseJ4 solr.install.dir property not initialized

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16553: Resolution: Fixed Status: Resolved (was: Patch Available) > SolrTestCaseJ4 solr.install.d

[jira] [Updated] (SOLR-16508) Upgrade gradle wrapper to 7.6

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16508: Resolution: Fixed Status: Resolved (was: Patch Available) > Upgrade gradle wrapper to 7.6

[jira] [Updated] (SOLR-16508) Upgrade gradle wrapper to 7.6

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16508: Fix Version/s: 9.2 > Upgrade gradle wrapper to 7.6 > - > >

[GitHub] [solr] risdenk commented on pull request #1157: Modifying github actions to run on all branches including ones with slashes

2022-11-28 Thread GitBox
risdenk commented on PR #1157: URL: https://github.com/apache/solr/pull/1157#issuecomment-1329531038 backported to branch_9x as well. -- 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

[jira] [Updated] (SOLR-16559) Fix benchmark module warnings/errors

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16559: Fix Version/s: 9.2 > Fix benchmark module warnings/errors > >

[jira] [Updated] (SOLR-16559) Fix benchmark module warnings/errors

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16559: Resolution: Fixed Status: Resolved (was: Patch Available) > Fix benchmark module warnings/

[jira] [Commented] (SOLR-16559) Fix benchmark module warnings/errors

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640175#comment-17640175 ] ASF subversion and git services commented on SOLR-16559: Commit 0

[jira] [Commented] (SOLR-16508) Upgrade gradle wrapper to 7.6

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640173#comment-17640173 ] ASF subversion and git services commented on SOLR-16508: Commit d

[jira] [Commented] (SOLR-16553) SolrTestCaseJ4 solr.install.dir property not initialized

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640174#comment-17640174 ] ASF subversion and git services commented on SOLR-16553: Commit b

[jira] [Updated] (SOLR-16559) Fix benchmark module warnings/errors

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16559: Fix Version/s: main (10.0) > Fix benchmark module warnings/errors > ---

[jira] [Updated] (SOLR-16508) Upgrade gradle wrapper to 7.6

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16508: Fix Version/s: main (10.0) > Upgrade gradle wrapper to 7.6 > - > >

[jira] [Updated] (SOLR-16553) SolrTestCaseJ4 solr.install.dir property not initialized

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16553: Fix Version/s: main (10.0) > SolrTestCaseJ4 solr.install.dir property not initialized > --

[jira] [Commented] (SOLR-16559) Fix benchmark module warnings/errors

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640170#comment-17640170 ] ASF subversion and git services commented on SOLR-16559: Commit 0

[jira] [Commented] (SOLR-16553) SolrTestCaseJ4 solr.install.dir property not initialized

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640169#comment-17640169 ] ASF subversion and git services commented on SOLR-16553: Commit f

[GitHub] [solr] risdenk merged pull request #1185: SOLR-16553 and SOLR-16559

2022-11-28 Thread GitBox
risdenk merged PR #1185: URL: https://github.com/apache/solr/pull/1185 -- 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.or

[GitHub] [solr] risdenk commented on pull request #1157: Modifying github actions to run on all branches including ones with slashes

2022-11-28 Thread GitBox
risdenk commented on PR #1157: URL: https://github.com/apache/solr/pull/1157#issuecomment-1329509900 @justinrsweeney yup merged to main and will backport to branch_9x shortly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[jira] [Commented] (SOLR-16508) Upgrade gradle wrapper to 7.6

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640163#comment-17640163 ] ASF subversion and git services commented on SOLR-16508: Commit 9

[GitHub] [solr] risdenk merged pull request #1147: SOLR-16508: Upgrade gradle wrapper to 7.6

2022-11-28 Thread GitBox
risdenk merged PR #1147: URL: https://github.com/apache/solr/pull/1147 -- 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.or

[GitHub] [solr] risdenk merged pull request #1157: Modifying github actions to run on all branches including ones with slashes

2022-11-28 Thread GitBox
risdenk merged PR #1157: URL: https://github.com/apache/solr/pull/1157 -- 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.or

[GitHub] [solr] janhoy commented on a diff in pull request #1185: SOLR-16553 and SOLR-16559

2022-11-28 Thread GitBox
janhoy commented on code in PR #1185: URL: https://github.com/apache/solr/pull/1185#discussion_r1033841038 ## solr/core/src/java/org/apache/solr/core/NodeConfig.java: ## @@ -476,18 +479,22 @@ private void addFoldersToSharedLib(Set libDirs) { // Adds modules to shared classp

[GitHub] [solr] risdenk commented on a diff in pull request #1185: SOLR-16553 and SOLR-16559

2022-11-28 Thread GitBox
risdenk commented on code in PR #1185: URL: https://github.com/apache/solr/pull/1185#discussion_r1033834782 ## solr/core/src/java/org/apache/solr/core/NodeConfig.java: ## @@ -476,18 +479,22 @@ private void addFoldersToSharedLib(Set libDirs) { // Adds modules to shared class

[GitHub] [solr] epugh commented on pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
epugh commented on PR #1149: URL: https://github.com/apache/solr/pull/1149#issuecomment-1329433986 @joshgog I'm going to mark this as Ready for Review ;-) -- 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 t

[GitHub] [solr] epugh commented on a diff in pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
epugh commented on code in PR #1149: URL: https://github.com/apache/solr/pull/1149#discussion_r1033801926 ## solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java: ## @@ -1489,6 +1489,12 @@ private String getBaseUrl(String id) { return slice.getLeader().g

[GitHub] [solr] epugh commented on a diff in pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
epugh commented on code in PR #1149: URL: https://github.com/apache/solr/pull/1149#discussion_r1033741853 ## solr/core/src/test/org/apache/solr/servlet/CacheHeaderTest.java: ## @@ -59,7 +59,7 @@ public void testCacheVetoHandler() throws Exception { f.getCanonicalPat

[GitHub] [solr] epugh commented on a diff in pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
epugh commented on code in PR #1149: URL: https://github.com/apache/solr/pull/1149#discussion_r1033740581 ## solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java: ## @@ -261,23 +259,22 @@ private NamedList getIndexVersion(SolrClient s) throws Exception {

[GitHub] [solr] justinrsweeney commented on pull request #1157: Modifying github actions to run on all branches including ones with slashes

2022-11-28 Thread GitBox
justinrsweeney commented on PR #1157: URL: https://github.com/apache/solr/pull/1157#issuecomment-1329354130 @risdenk Thanks for approving, is this something we could merge into main and also backport to branch_9x? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [solr] risdenk commented on a diff in pull request #1185: SOLR-16553 and SOLR-16559

2022-11-28 Thread GitBox
risdenk commented on code in PR #1185: URL: https://github.com/apache/solr/pull/1185#discussion_r1033716691 ## solr/core/src/java/org/apache/solr/core/NodeConfig.java: ## @@ -476,18 +479,22 @@ private void addFoldersToSharedLib(Set libDirs) { // Adds modules to shared class

[GitHub] [solr] risdenk commented on pull request #1147: SOLR-16508: Upgrade gradle wrapper to 7.6

2022-11-28 Thread GitBox
risdenk commented on PR #1147: URL: https://github.com/apache/solr/pull/1147#issuecomment-1329313363 This is ready to go - the jdk 19 stuff is unrelated to Gradle itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [solr] epugh commented on a diff in pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
epugh commented on code in PR #1149: URL: https://github.com/apache/solr/pull/1149#discussion_r1033692635 ## solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java: ## @@ -261,23 +259,22 @@ private NamedList getIndexVersion(SolrClient s) throws Exception {

[jira] [Commented] (SOLR-16427) Evaluate and fix errorprone rules

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640105#comment-17640105 ] Kevin Risden commented on SOLR-16427: - Thanks [~rcmuir] - I've been following along o

[jira] [Commented] (SOLR-16508) Upgrade gradle wrapper to 7.6

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640098#comment-17640098 ] Kevin Risden commented on SOLR-16508: - 7.6 was released: https://github.com/gradle/gr

[jira] [Updated] (SOLR-16508) Upgrade gradle wrapper to 7.6

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16508: Description: To upgrade the build system to the latest gradle version, I ran the following command

[jira] [Commented] (SOLR-11029) Create a v2 API equivalent for DELETENODE API

2022-11-28 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640097#comment-17640097 ] Jason Gerlowski commented on SOLR-11029: Really glad Josh's REPLACENODE example w

[jira] [Commented] (SOLR-16488) Create a v2 equivalent for /admin/zookeeper v1 APIs

2022-11-28 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640095#comment-17640095 ] Jason Gerlowski commented on SOLR-16488: Hi Josh - sorry for the delay in getting

[jira] [Commented] (SOLR-16397) Cosmetic, REST-fulness improvements to v2 "core" APIs

2022-11-28 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640081#comment-17640081 ] Jason Gerlowski commented on SOLR-16397: Great, thanks for picking it up [~aalbah

[jira] [Resolved] (SOLR-15749) Create a v2 equivalent of v1 'RENAME'

2022-11-28 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-15749. Fix Version/s: main (10.0) 9.2 Resolution: Fixed Thanks everyone

[jira] [Commented] (SOLR-15749) Create a v2 equivalent of v1 'RENAME'

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640073#comment-17640073 ] ASF subversion and git services commented on SOLR-15749: Commit d

[jira] [Updated] (SOLR-16555) SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16555: Resolution: Fixed Status: Resolved (was: Patch Available) > SolrIndexSearcher - FilterCach

[jira] [Updated] (SOLR-16555) SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16555: Fix Version/s: 9.2 > SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets

[jira] [Commented] (SOLR-16555) SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640071#comment-17640071 ] ASF subversion and git services commented on SOLR-16555: Commit 9

[GitHub] [solr] risdenk merged pull request #1186: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly (#1184)

2022-11-28 Thread GitBox
risdenk merged PR #1186: URL: https://github.com/apache/solr/pull/1186 -- 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.or

[jira] [Updated] (SOLR-16555) SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16555: Fix Version/s: 8.11.3 > SolrIndexSearcher - FilterCache intersections/andNot should not clone bitse

[jira] [Commented] (SOLR-16555) SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640070#comment-17640070 ] ASF subversion and git services commented on SOLR-16555: Commit 1

[jira] [Commented] (SOLR-15749) Create a v2 equivalent of v1 'RENAME'

2022-11-28 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640069#comment-17640069 ] Jason Gerlowski commented on SOLR-15749: Not quite [~epugh]; I've been keeping th

[jira] [Resolved] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-11-28 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-11028. Fix Version/s: main (10.0) 9.2 Resolution: Fixed > Create a v2 AP

[jira] [Commented] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-11-28 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640065#comment-17640065 ] Jason Gerlowski commented on SOLR-11028: Alright, all's-well-that-ends-well. Tha

[jira] [Assigned] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-11-28 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reassigned SOLR-11028: -- Assignee: Jason Gerlowski > Create a v2 API equivalent for REPLACENODE API > -

[jira] [Commented] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640064#comment-17640064 ] ASF subversion and git services commented on SOLR-11028: Commit 8

[jira] [Commented] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640063#comment-17640063 ] ASF subversion and git services commented on SOLR-11028: Commit 1

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
sonatype-lift[bot] commented on code in PR #1149: URL: https://github.com/apache/solr/pull/1149#discussion_r1033591963 ## solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java: ## @@ -2841,8 +2836,9 @@ static CollectionAdminResponse getStatusRespo

[GitHub] [solr] dsmiley commented on a diff in pull request #1149: SOLR-16498: Tests to retrieve url from SolrClient

2022-11-28 Thread GitBox
dsmiley commented on code in PR #1149: URL: https://github.com/apache/solr/pull/1149#discussion_r1033551745 ## solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java: ## @@ -92,7 +90,7 @@ * * @since 1.4 */ -@Nightly +// @Nightly Review Comment: Not on p

[jira] [Commented] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-11-28 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640048#comment-17640048 ] Jason Gerlowski commented on SOLR-11028: Ooh, thanks for catching this [~bszabo97

[jira] [Commented] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640045#comment-17640045 ] ASF subversion and git services commented on SOLR-11028: Commit 7

[GitHub] [solr] gerlowskija merged pull request #1053: SOLR-16392: Refactor and update v2 DELETEREPLICAPROP API

2022-11-28 Thread GitBox
gerlowskija merged PR #1053: URL: https://github.com/apache/solr/pull/1053 -- 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

[jira] [Commented] (SOLR-16392) Cosmetic, REST-fulness improvements to v2 shard, replica, and replicaprop CRUD APIs

2022-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640042#comment-17640042 ] ASF subversion and git services commented on SOLR-16392: Commit f