ctubbsii commented on issue #248:
URL:
https://github.com/apache/accumulo-testing/issues/248#issuecomment-1279341501
I don't see anything immediately obviously wrong with the use of RANDOM to
select nodes from the bash array to kill. But, I wouldn't append to the kill
array using the index, like the script is currently doing (`array[index]=foo`).
Instead, I'd do `array=("${array[@]}" foo)`, which I am more familiar with. I
don't know if the former works on older bash, but when testing, it did seem to
work on mine, so it could be fine. (I'm running 5.2.2)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]