This is an automated email from the ASF dual-hosted git repository.

dsmiley pushed a commit to branch feature/SOLR-17458-rebased
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 06c6f7b8930ce212cb10d17176c931e4f7d8f78c
Author: David Smiley <[email protected]>
AuthorDate: Tue Oct 14 12:46:05 2025 -0400

    SOLR-17458: SplitShardCmd.checkDiskSpace remove nocommit
    And reference a new JIRA issue
---
 .../src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java 
b/solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java
index 476963f940d..8548a0bc17a 100644
--- 
a/solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java
+++ 
b/solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java
@@ -854,7 +854,7 @@ public class SplitShardCmd implements 
CollApiCmds.CollectionApiCommand {
       SolrCloudManager cloudManager)
       throws Exception {
     if (true) {
-      log.warn("checkDiskSpace disabled SOLR-17458"); // nocommit
+      log.warn("checkDiskSpace disabled SOLR-17458 SOLR-17955");
       return;
     }
     // check that enough disk space is available on the parent leader node

Reply via email to