when a cluster is doing a rebalance (let’s say by adding back a node which was down) it is normal for the entire cluster to not be available to query the data?
The rebalance is a full rebalance, and probably will take a few hours. The cluster has a replication factor of 1, which means that the data should be available for the app.
Now, I am getting errors like “ambiguous timeout” or document not found.
I am missing some configurations or what is going on?