kirklund commented on code in PR #7571:
URL: https://github.com/apache/geode/pull/7571#discussion_r880025107
##########
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:
Honestly I think these two debug statements should be removed. They had some
value while debugging acceptance tests in Java 17 but keeping it doesn't seem
valuable.
--
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]