This is an automated email from the ASF dual-hosted git repository.
ddanielr pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new b1510c307e Fixes in progress message for tserver operations (#5211)
b1510c307e is described below
commit b1510c307ebbfde3cfa679ee9c047fad5d233937
Author: Daniel Roberts <[email protected]>
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 ab39fcec62..489bdd279b 100755
--- a/assemble/bin/accumulo-cluster
+++ b/assemble/bin/accumulo-cluster
@@ -545,8 +545,8 @@ function control_services() {
fi
fi
done
+ echo "done"
done
- echo "done"
fi
local manager