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

ddanielr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new b674473116 Fixes in progress message for tserver operations (#5211)
b674473116 is described below

commit b6744731165e574ba404150ee4a94a690b5c9bc8
Author: Daniel Roberts <ddani...@gmail.com>
AuthorDate: Mon Dec 23 13:20:07 2024 -0500

    Fixes in progress message for tserver operations (#5211)
    
    Moves the "done" message up to the end of each tserver group operation
    instead of being at the end.
---
 assemble/bin/accumulo-cluster | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemble/bin/accumulo-cluster b/assemble/bin/accumulo-cluster
index e98ae4f7c1..1bae383c9b 100755
--- a/assemble/bin/accumulo-cluster
+++ b/assemble/bin/accumulo-cluster
@@ -471,8 +471,8 @@ function control_services() {
           fi
         fi
       done
+      echo "done"
     done
-    echo "done"
   fi
 
   local manager

Reply via email to