Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-09 Thread via GitHub
cpoerschke commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2277500262 > Pushed 2 [changes](https://github.com/apache/solr/pull/2607/commits/aeadce89abe1f8c8239224161306a0c10055b559): > > 1. Integrated [cpoerschke](https://github.com/cpoerschke)'s sugg

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-09 Thread via GitHub
cpoerschke merged PR #2607: URL: https://github.com/apache/solr/pull/2607 -- 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

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-08 Thread via GitHub
patsonluk commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2276570553 Pushed 2 [changes](https://github.com/apache/solr/pull/2607/commits/aeadce89abe1f8c8239224161306a0c10055b559): 1. Integrated [cpoerschke](https://github.com/cpoerschke)'s suggested chan

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-08 Thread via GitHub
patsonluk commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2276546631 Sorry guys. I must have missed the notifications! Lemme summarize all the changes and make one final commit ! -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-08 Thread via GitHub
dsmiley commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2276526792 AFAICT, the only remaining step is to _remove_ the CHANGES.txt entry, possibly update the existing one to include contributors. I could do this or @cpoerschke . I'd love to see this bug

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-05 Thread via GitHub
cpoerschke commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1703764178 ## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ## @@ -2056,7 +2056,7 @@ public void reload(String name, UUID coreId) { newCore = core.reload(co

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-02 Thread via GitHub
dsmiley commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1701823507 ## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ## @@ -2056,7 +2056,7 @@ public void reload(String name, UUID coreId) { newCore = core.reload(coreC

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-02 Thread via GitHub
ellaeln commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2265114996 I tested things again and everything looks OK. Is there anything else that needs to get done before we can move this forward? -- This is an automated message from the Apache Git Service. T

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-01 Thread via GitHub
dsmiley commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2264573626 AFAIUI, This is a bug fix to a regression within 9.7, specifically to SOLR-17269. No released version has this bug. Therefore I don't think we need to list this in the bug fix section or p

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-01 Thread via GitHub
patsonluk commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2263450355 > Planning ahead to PR merge time -- `solr/CHANGES.txt` -- @patsonluk please could you add an entry in the Solr 9.7 bug fix section, e.g. something like this? > > ``` > SOLR-1738

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-01 Thread via GitHub
patsonluk commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1700444070 ## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ## @@ -2056,7 +2056,7 @@ public void reload(String name, UUID coreId) { newCore = core.reload(cor

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-01 Thread via GitHub
cpoerschke commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2262799967 > ... entry in the Solr 9.7 bug fix section ... Solr 9.7 release dev list thread: https://lists.apache.org/thread/trhhb1q84gjzz9z9jx931m2p7v3q6wdn -- This is an automated message

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-01 Thread via GitHub
ellaeln commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2262794835 ellaeln is good -- 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 uns

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-01 Thread via GitHub
cpoerschke commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2262786338 Planning ahead to PR merge time -- `solr/CHANGES.txt` -- @patsonluk please could you add an entry in the Solr 9.7 bug fix section, e.g. something like this? ``` SOLR-17386: Fix

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-01 Thread via GitHub
cpoerschke commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1699960636 ## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ## @@ -2056,7 +2056,7 @@ public void reload(String name, UUID coreId) { newCore = core.reload(co

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
dsmiley commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1699239949 ## solr/core/src/java/org/apache/solr/core/SolrCore.java: ## @@ -805,6 +792,24 @@ public SolrCore reload(ConfigSet coreConfig) throws IOException { } } + /** +

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
patsonluk commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1699048655 ## solr/core/src/java/org/apache/solr/core/SyntheticSolrCore.java: ## @@ -72,4 +88,43 @@ protected RestManager initRestManager() throws SolrException { // We do no

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
patsonluk commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2261198296 > new SyntheticSolrCore( > +coreContainer, coreDescriptor, configSet, dataDir, updateHandler, delPolicy, prev, reload); That's a brilliant suggestion! ✨ I will pus

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
patsonluk commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1698878150 ## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ## @@ -2056,7 +2056,7 @@ public void reload(String name, UUID coreId) { newCore = core.reload(cor

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
patsonluk commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1698868734 ## solr/core/src/java/org/apache/solr/core/SyntheticSolrCore.java: ## @@ -72,4 +88,43 @@ protected RestManager initRestManager() throws SolrException { // We do no

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
ellaeln commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1698263165 ## solr/core/src/java/org/apache/solr/core/SyntheticSolrCore.java: ## @@ -72,4 +88,43 @@ protected RestManager initRestManager() throws SolrException { // We do not

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
cpoerschke commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2260007256 > At least the change in CoreContainer & SolrCore here are about as trivial as can be. The complexity is in SyntheticSolrCore.reload(). It seems (from a quick exploration) that fact

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
cpoerschke commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1698101054 ## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ## @@ -2056,7 +2056,7 @@ public void reload(String name, UUID coreId) { newCore = core.reload(co

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
ellaeln commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2259919632 thanks for this fix, it's very important for us. I'll play with it a bit to see if there's any potential issue i can spot -- This is an automated message from the Apache Git Service. To re

[PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-30 Thread via GitHub
patsonluk opened a new pull request, #2607: URL: https://github.com/apache/solr/pull/2607 https://issues.apache.org/jira/browse/SOLR-17386 # Description It was reported that calling /admin/cores?action=RELOAD&core= gives 500 # Cause This is caused by the change introduced