You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a setup with an internal ClickHouse made by multiple shards/replicas, we should wait for all the nodes to be up and running before triggering the migration job. Otherwise it will fail (and likely succeeding during a retry)
Expected behavior
Migration job doesn't fail.
Actual behavior
Migration job often fails the first run.
How to reproduce
Execute the test_clickhouse_sharding.py
The text was updated successfully, but these errors were encountered:
Bug description
In a setup with an internal ClickHouse made by multiple shards/replicas, we should wait for all the nodes to be up and running before triggering the migration job. Otherwise it will fail (and likely succeeding during a retry)
Expected behavior
Migration job doesn't fail.
Actual behavior
Migration job often fails the first run.
How to reproduce
Execute the
test_clickhouse_sharding.py
The text was updated successfully, but these errors were encountered: