dcapwell commented on code in PR #2261:
URL: https://github.com/apache/cassandra/pull/2261#discussion_r1165816557
##########
src/java/org/apache/cassandra/gms/Gossiper.java:
##########
@@ -2141,6 +2141,11 @@ public void addLocalApplicationState(ApplicationState
applicationState, Versione
addLocalApplicationStates(Arrays.asList(Pair.create(applicationState,
value)));
}
+ public void addLocalApplicationState(ApplicationState state1,
VersionedValue value1, ApplicationState state2, VersionedValue value2)
Review Comment:
I can remove from this patch
--
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]