Bill commented on a change in pull request #5666:
URL: https://github.com/apache/geode/pull/5666#discussion_r512967133
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/net/SocketCloser.java
##########
@@ -41,6 +44,7 @@
* This max threads can be configured using the
"p2p.ASYNC_CLOSE_POOL_MAX_THREADS" system property.
*/
public class SocketCloser {
+ private static final Logger logger = LogService.getLogger();
Review comment:
removed this unneeded log line
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]