aweisberg commented on code in PR #7:
URL: https://github.com/apache/cassandra-accord/pull/7#discussion_r1014451670


##########
accord-core/src/main/java/accord/impl/SimpleProgressLog.java:
##########
@@ -77,8 +61,13 @@
 import static accord.impl.SimpleProgressLog.Progress.NoProgress;
 import static accord.impl.SimpleProgressLog.Progress.NoneExpected;
 import static accord.impl.SimpleProgressLog.Progress.advance;
-import static accord.local.Status.Executed;
+import static accord.local.PreLoadContext.contextFor;
+import static accord.local.Status.Durability.Durable;
+import static accord.local.Status.ReplicationPhase.Apply;
+import static accord.local.Status.ReplicationPhase.None;
+import static accord.local.Status.PreApplied;
 
+// TODO: consider propagating invalidations in the same way as we do applied
 public class SimpleProgressLog implements Runnable, ProgressLog.Factory

Review Comment:
   ProgressDriver? I don't know. It's very low priority in terms of bike sheds.



-- 
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