You may see the error repeatedly in the /storage/var/loginsight/cassandra.log
554 StorageProxy.java:708 - Failed Paxos prepared locally Java.lang.IllegalArgumentException: Out of range
Environment
Aria Operations for Logs 8.x
Cause
Potential causes include file corruption or a timestamp/sequence mismatch in the Cassandra Paxos metadata files under the system keyspace (paxos files). This can cause local Paxos state to become invalid and trigger the observed error and node instability.
Resolution
Important: Ensure you have appropriate backups and permissions before proceeding.
Prechecks
Ensure you have root access to the node.
Verify cluster health and which node(s) are affected (do not proceed on multiple nodes simultaneously unless directed by Broadcom Support).
Create a snapshot/backup of the node(s) or VM (pre-upgrade snapshot or equivalent) so you can revert if needed.
Remediation steps (run on the problematic node only):
SSH to the problematic node as root
Move the Paxos metadata files to a temporary location:\
Note: These files belong to the Cassandra system keyspace and contain local Paxos state; removing/moving them forces Cassandra to regenerate local Paxos metadata on startup.
Restart the Log Insight/Cassandra service: systemctl restart loginsight
Monitor logs and service status:
Check Cassandra/loginsight logs for recurring errors: tail -f /storage/var/loginsight/cassandra.log
Verify service is active: systemctl status loginsight
Validate cluster health from another healthy node or using your monitoring tools. Confirm UI accessibility and that the node rejoins the cluster cleanly.