apache / accumulo-testing

Apache Accumulo Testing
https://accumulo.apache.org
Apache License 2.0
15 stars 40 forks source link

Enable agitator to work with multiple hosts when max_kill equals 1 #249

Closed dlmarion closed 2 years ago

dlmarion commented 2 years ago

Fixes issue in agitator where max_kill is set to 1 and there are multiple hosts, but the agitator only starts/stops services on the first host in the array

Closes #248