Hi,
One bad Cassandra node causing Local_quorum failure for both Writes and reads.
- Caused by WriteTimeoutException: Cassandra timeout during write query at consistency LOCAL_QUORUM (2 replica were required but only 0 acknowledged the write)
- Caused by ReadTimeoutException: Cassandra timeout during read query at consistency LOCAL_QUORUM (2 responses were required but only 0 replica responded)
After bad node taken down (dse services stopped) application running without any issues.
Can you educate me, what caused this timeouts why one bad node causing all this?
Thanks in advance.