You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/05/24 00:14:44 UTC

[GitHub] [geode] Bill commented on a diff in pull request #7571: GEODE-10327: Overhaul GfshRule to kill processes and save artifacts for failures

Bill commented on code in PR #7571:
URL: https://github.com/apache/geode/pull/7571#discussion_r879954008


##########
geode-core/src/main/java/org/apache/geode/distributed/ServerLauncher.java:
##########
@@ -333,13 +333,15 @@ private ServerLauncher(final Builder builder) {
     controlHandler = new ControlNotificationHandler() {
       @Override
       public void handleStop() {
+        logger.debug("Handling ControllableProcess stop request.");

Review Comment:
   @kirklund what's the value of these two new debug-level log messages?



-- 
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: notifications-unsubscribe@geode.apache.org

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