[jira] [Commented] (SOLR-16086) Issues with TestReplicationHandler.doTestIndexFetchOnLeaderRestart

2024-01-14 Thread Andreas Hubold (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806672#comment-17806672 ] Andreas Hubold commented on SOLR-16086: --- Could this be the same issue as SOLR-17118

[jira] [Commented] (SOLR-17118) Solr deadlock during servlet container start

2024-01-14 Thread Andreas Hubold (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806670#comment-17806670 ] Andreas Hubold commented on SOLR-17118: --- I'd think this is caused by changes for SO

[jira] [Created] (SOLR-17118) Solr deadlock during servlet container start

2024-01-14 Thread Andreas Hubold (Jira)
Andreas Hubold created SOLR-17118: - Summary: Solr deadlock during servlet container start Key: SOLR-17118 URL: https://issues.apache.org/jira/browse/SOLR-17118 Project: Solr Issue Type: Bug

[PR] Improving array list and map init [solr]

2024-01-14 Thread via GitHub
renatoh opened a new pull request, #2197: URL: https://github.com/apache/solr/pull/2197 Small code improvements how the Set and ArrayList are initlaized -- 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

Re: [PR] SOLR-16397: Modify v2 'REQUESTSTATUS' API to be more REST-ful [solr]

2024-01-14 Thread via GitHub
iamsanjay commented on code in PR #2144: URL: https://github.com/apache/solr/pull/2144#discussion_r1451726808 ## solr/core/src/test/org/apache/solr/handler/admin/api/RequestCoreCommandStatusTest.java: ## @@ -0,0 +1,164 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] SOLR-16397: Modify v2 'REQUESTSTATUS' API to be more REST-ful [solr]

2024-01-14 Thread via GitHub
iamsanjay commented on code in PR #2144: URL: https://github.com/apache/solr/pull/2144#discussion_r1451726292 ## solr/api/src/java/org/apache/solr/client/api/endpoint/RequestCoreCommandStatusApi.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u