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
I follow the instruction to start a citus cluster with 6 node.
I created distributed table with 2 replications.
I was expecting the cluster to work after I shutdown one worker node.
But actually, if I use docker stop to stop a worker, the simple select * from test_table will block.
I thought citus as high availability natively, am I wrong?
The text was updated successfully, but these errors were encountered:
I follow the instruction to start a citus cluster with 6 node.
I created distributed table with 2 replications.
I was expecting the cluster to work after I shutdown one worker node.
But actually, if I use docker stop to stop a worker, the simple select * from test_table will block.
I thought citus as high availability natively, am I wrong?
The text was updated successfully, but these errors were encountered: