dcapwell commented on code in PR #3661:
URL: https://github.com/apache/cassandra/pull/3661#discussion_r1833135326
##########
src/java/org/apache/cassandra/gms/Gossiper.java:
##########
@@ -2023,10 +2018,13 @@ public List<String> reloadSeeds()
return getSeeds();
}
+ tmp.remove(getBroadcastAddressAndPort());
Review Comment:
why this change? we didn't support self seed in this API and we still
don't, but if the only seed is the self seed we now bypass this check? What is
the motivation?
--
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]