You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/11/19 14:33:53 UTC

[GitHub] [pinot] richardstartin commented on a change in pull request #7801: Long running commands shouldn't exit on completion

richardstartin commented on a change in pull request #7801:
URL: https://github.com/apache/pinot/pull/7801#discussion_r753243256



##########
File path: pinot-tools/src/main/java/org/apache/pinot/tools/admin/PinotAdministrator.java
##########
@@ -139,6 +139,7 @@
   boolean _version = false;
 
   int _status = 0;
+  boolean _shouldExitOnCompletion = true;

Review comment:
       I would be tempted to make this volatile, just in case.




-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org