belliottsmith commented on code in PR #213:
URL: https://github.com/apache/cassandra-accord/pull/213#discussion_r2218757101


##########
accord-core/src/main/java/accord/local/RedundantStatus.java:
##########
@@ -112,6 +114,11 @@ public enum Property
         // not persisted
         WAS_OWNED                          (false,  false, LT, 
LOCALLY_DEFUNCT),
         NOT_OWNED                          (false, false, LT),
+
+        /**
+         * TODO
+         */
+        UNSAFE_BEFORE                      (false, false, LT),

Review Comment:
   LOCALLY_CORRUPT or LOCALLY_LOST or ...? Should imply PRE_BOOTSTRAP_OR_STALE, 
since we must be stale (we cannot execute anything for this range until we 
bootstrap)



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to