Cezar Moise
Cezar Moise
> [!WARNING] > ### DRAFT Test to ensure that the cluster is balanced correctly in difficult conditions: - heterogeneous nodes with different disk sizes. - multiple tables with different partition...
``` Traceback (most recent call last): File "/home/ubuntu/scylla-cluster-tests/sdcm/nemesis.py", line 6378, in wrapper result = method(*args, **kwargs) File "/home/ubuntu/scylla-cluster-tests/sdcm/nemesis.py", line 1388, in disrupt_nodetool_decommission return self._nodetool_decommission(add_node=add_node) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/scylla-cluster-tests/sdcm/nemesis.py", line 1383, in...
If some of the nodes take longer than usual (i.e. driver issues), then the entire check will timeout. Increase the timeout to be more permissive. Most likely the cause is...
Calling `force_terminate_repair` will only affect running tasks, but it is possible that the call can happen between tasks, in which case nothing will terminate, and the repair thread will timeout....