Hi guys,
I had an issue with 3.8.2 and a 5-node cluster. The scenario is following:
- Restart one node
- Write a key to the cluster while the node’s starting (before the “cake” log message)
- Try to read (not a batch) the written key and it doesn’t exist
- “Cake” appears and the key is here
Consistency levels (both) are default.
To me it looks like Inconsistent data after simulated failure Could you tell me if the given scenario is some kind of well-known behavior? What could I do to avoid such case (apart from “read-consistency: all”)? If you require any additional information please ask.
Regards