belliottsmith commented on code in PR #7:
URL: https://github.com/apache/cassandra-accord/pull/7#discussion_r1012846535
##########
accord-core/src/main/java/accord/topology/TopologyManager.java:
##########
@@ -61,10 +63,10 @@ public class TopologyManager implements
ConfigurationService.Listener
private boolean syncComplete = false;
private boolean prevSynced;
- EpochState(Node.Id node, Topology global, boolean prevSynced)
+ EpochState(Id node, Topology global, boolean prevSynced)
{
this.global = global;
- this.local = global.forNode(node);
+ this.local = global.forNode(node).trim();
Review Comment:
I think so, yes, since it is rarely needed.
--
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]