dcapwell commented on code in PR #2261:
URL: https://github.com/apache/cassandra/pull/2261#discussion_r1164456802
##########
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:
> was this an actual problem?
its 100% unrelated... I tried solving this a different way but moved away
from it (add a status_hash app state, so we can know if the cluster is in-sync
with a change made locally). I can force simulate an issue, but I have not
heard a real problem in the wild yet.
--
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]