Skip to content

Commit 9f3ad6e

Browse files
authored
Fix compactor.queue to compactor.group (apache#5215)
Switches the property override back to `compactor.group` so the compactors join the correct queue.
1 parent 92c3702 commit 9f3ad6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assemble/bin/accumulo-cluster

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ function control_services() {
535535
hosts="COMPACTOR_HOSTS_$group"
536536
for compactor in ${!hosts}; do
537537
if canRunOnHost "$compactor"; then
538-
execute_command "$operation" "$compactor" compactor "$group" "-o" "compactor.queue=$group"
538+
execute_command "$operation" "$compactor" compactor "$group" "-o" "compactor.group=$group"
539539
fi
540540
done
541541
done

0 commit comments

Comments
 (0)