belliottsmith commented on code in PR #150:
URL: https://github.com/apache/cassandra-accord/pull/150#discussion_r1885077779
##########
accord-core/src/main/java/accord/local/RedundantStatus.java:
##########
@@ -80,6 +92,26 @@ public enum RedundantStatus
*/
LOCALLY_REDUNDANT,
+ /**
+ * The relevant owned ranges are all shard-redundant AND (pre-bootstrap or
stale), meaning any intersecting transaction
Review Comment:
Broadly speaking, yes. I am not sure we need all of the distinctions, I
suspect we can collapse some (and have added some TODOs to revisit), but I
don't have time this second to refine them all. Perhaps when we have no failing
seeds we can look at some simplifications.
--
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]