scylladb / scylla-ansible-roles

Ansible roles for deploying and managing Scylla, Scylla-Manager and Scylla-Monitoring
44 stars 38 forks source link

[Replace node]: checks a joined node health from other nodes perspective serially #371

Closed vladzcloudius closed 4 months ago

vladzcloudius commented 8 months ago

HEAD: 96c877668c1c57d1bf97fb983e68d63e0354efb3

Description

The task that tests that the node has become UN from all other nodes' perspective does it serially which is pretty terrible of large enough clusters: https://github.com/scylladb/scylla-ansible-roles/blob/master/example-playbooks/replace_node/replace_node.yml#L195

igorribeiroduarte commented 4 months ago

Fixed by https://github.com/scylladb/scylla-ansible-roles/pull/373