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

commit e941517328634aabcdd07a5d9fe72cd3c20eb650
Merge: 822c7065ea 0f6bcf8cbc
Author: Daniel Roberts ddanielr <ddani...@gmail.com>
AuthorDate: Wed Mar 12 00:43:53 2025 +0000

    Merge branch '3.1'

 assemble/bin/accumulo-cluster | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --cc assemble/bin/accumulo-cluster
index 7341aa99dc,0faf6761f0..a2d18a5a8f
--- a/assemble/bin/accumulo-cluster
+++ b/assemble/bin/accumulo-cluster
@@@ -520,8 -589,17 +539,7 @@@ function control_services() 
      done
    fi
  
 -  local coordinator
 -  if [[ $ARG_ALL == 1 || $ARG_COORDINATOR == 1 ]]; then
 -    for coordinator in $COORDINATOR_HOSTS; do
 -      if canRunOnHost "$coordinator"; then
 -        echo "Executing $(green "$ARG_CMD") on $(purple compaction 
coordinators)"
 -        execute_command "$operation" "$coordinator" compaction-coordinator 
"default"
 -      fi
 -    done
 -  fi
 -
    local sserver_groups
-   local sserver
    if [[ $ARG_ALL == 1 || $ARG_SSERVER == 1 ]]; then
      sserver_groups=$SSERVER_GROUPS
      if [[ -n $ARG_SSERVER_GROUP ]]; then

Reply via email to