Full ERROR Message Example
ERROR 2020-04-26 01:58:57,640 StorageProxy.java:588 - Failed to apply paxos commit locally
What does this ERROR message mean?
The error means that an unexpected error (anything that isn't just a timeout) occurred while writing the final result of an LWT/Paxos transaction on the coordinator/replica of that LWT. So it's an error happening while doing writes to some local tables.
Why does this ERROR occur?
The error occurs if there is an unexpected commit problem on the coordinator/replica of the LWT.
How do you fix this ERROR?
The fix is dependent on why the commit failed. A complete stack trace and any earlier messages should be analyzed to determine the root cause.
Datastax technical support will be able to advise.