markt-asf commented on code in PR #641:
URL: https://github.com/apache/tomcat/pull/641#discussion_r1285192745


##########
java/org/apache/catalina/startup/HostConfig.java:
##########
@@ -154,6 +154,16 @@ public class HostConfig implements LifecycleListener {
      */
     protected final Set<String> invalidWars = new HashSet<>();
 
+    /**
+     *  Tell that we are in check()
+     */
+    protected volatile boolean isDoingCheck = false;
+
+    /**
+     *  Tell that we are stopping (set after event beforestop).
+     */
+    protected volatile boolean isDoingStop = false;
+

Review Comment:
   Needs to correctly handle a sequence start, stop, start, stop etc.



-- 
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: dev-unsubscr...@tomcat.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to