dcapwell commented on code in PR #169:
URL: https://github.com/apache/cassandra-accord/pull/169#discussion_r1951877392


##########
accord-core/src/main/java/accord/local/Node.java:
##########
@@ -382,7 +382,7 @@ public void onEpochClosed(Ranges ranges, long epoch)
     @Override
     public void onEpochRetired(Ranges ranges, long epoch)
     {
-        topology.onEpochRedundant(ranges, epoch);
+        topology.onEpochRetired(ranges, epoch);

Review Comment:
   we spoke about this in slack.  This should have been renamed a long time 
ago, and since im touching this logic i am doing that rename now



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