Marcosrico commented on code in PR #2579:
URL: https://github.com/apache/helix/pull/2579#discussion_r1277800482


##########
meta-client/src/test/java/org/apache/helix/metaclient/puppy/AbstractPuppy.java:
##########
@@ -55,30 +55,23 @@ public AbstractPuppy(MetaClientInterface<String> 
metaclient, PuppySpec puppySpec
   @Override
   public void run() {
     try {
-      while (true) {
+      while (!Thread.currentThread().isInterrupted()) {

Review Comment:
   No the thread is not a daemon thread.



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