Bill commented on code in PR #6090: URL: https://github.com/apache/geode/pull/6090#discussion_r1520395709
########## geode-membership/src/main/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeave.java: ########## @@ -1118,6 +1119,10 @@ private void forceDisconnect(String reason) { joinResponse.notifyAll(); } } else { + + // TODO: consider either always doing this or putting it behind a system property flag + OSProcess.printStacks(0); Review Comment: remove me! -- 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-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org