ifesdjeen commented on code in PR #3442:
URL: https://github.com/apache/cassandra/pull/3442#discussion_r1692083409
##########
src/java/org/apache/cassandra/locator/CMSPlacementStrategy.java:
##########
@@ -106,13 +106,13 @@ public Set<NodeId> reconfigure(Set<NodeId> currentCms,
ClusterMetadata metadata)
rf.put(e.getKey(), ReplicationFactor.fullOnly(e.getValue()));
}
- Directory directory = metadata.directory;
+ Directory tmpDirectory = metadata.directory;
Review Comment:
this is just cosmetic really; decided to rename while looking at callsites
of `without`
--
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]