We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2210e92 commit 8f1f10fCopy full SHA for 8f1f10f
esrally/driver/driver.py
@@ -566,7 +566,7 @@ def _do_wait(es, expected_cluster_status):
566
result = es.cluster.health(wait_for_status=expected_cluster_status, wait_for_relocating_shards=0, timeout="3s")
567
else:
568
result = es.cluster.health(wait_for_status=expected_cluster_status, timeout="3s",
569
- params={"wait_for_no_relocating_shards": True})
+ params={"wait_for_no_relocating_shards": "true"})
570
except (socket.timeout, elasticsearch.exceptions.ConnectionError):
571
pass
572
except elasticsearch.exceptions.TransportError as e:
0 commit comments