dcapwell commented on PR #2144:
URL: https://github.com/apache/cassandra/pull/2144#issuecomment-1452868143

   updated SPL to show details when it fails, this is what I got
   
   ```
   ERROR [CommandStore[31]:1] 2023-03-02 18:32:14,474 
JVMStabilityInspector.java:68 - Exception in thread 
Thread[CommandStore[31]:1,5,CommandStore[31]]
   java.lang.IllegalStateException: Shard = Unsure, state = {Done,Done}
           at accord.utils.Invariants.illegalState(Invariants.java:44)
           at accord.utils.Invariants.checkState(Invariants.java:133)
           at 
accord.impl.SimpleProgressLog$Instance.invalidated(SimpleProgressLog.java:756)
   ```
   
   for code
   
   ```
   Invariants.checkState(shard == Home || state == null || 
state.coordinateState == null, "Shard = %s, state = %s", shard, state);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to