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


##########
src/java/org/apache/cassandra/dht/BootStrapper.java:
##########
@@ -72,6 +90,33 @@ public BootStrapper(InetAddressAndPort address,
         this.strictMovements = strictMovements;
     }
 
+    public void init()
+    {
+        addProgressListener((tag, event) -> {

Review Comment:
   btw is it safe if somebody, by accident, calls this method twice? what would 
happen then?



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