smiklosovic commented on code in PR #3661:
URL: https://github.com/apache/cassandra/pull/3661#discussion_r1833433019


##########
src/java/org/apache/cassandra/gms/Gossiper.java:
##########
@@ -2023,10 +2018,13 @@ public List<String> reloadSeeds()
             return getSeeds();
         }
 
+        tmp.remove(getBroadcastAddressAndPort());
+
         // Add the new entries
         seeds.addAll(tmp);
         // Remove the old entries
         seeds.retainAll(tmp);

Review Comment:
   @dcapwell isn't `seeds` empty when it is same in the descriptor? I am just 
following the behavior.



-- 
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]

Reply via email to