Closed tarzanek closed 1 year ago
https://github.com/scylladb/scylla-ansible-roles/blob/master/example-playbooks/rolling_ops/rolling_restart.yml#L71 checks for nodetool status to become UN which however isn't the state of "serving"
What is the state of "serving? Check for open port 9042?
nodetool statusbinary
tells that.
nor does it wait for cqlsh port so this rolling restart isn't that friendly to cql clients