aajisaka opened a new pull request #2555: URL: https://github.com/apache/hadoop/pull/2555
bossGroups.shutdownGracefully() closes its child workerGroups, so if the workerGroups.shutdownGracefully() is called after closing bossGroups, it launches the threads again and that may cause OOM. To fix this issue, close workerGroups before closing bossGroups. JIRA: https://issues.apache.org/jira/browse/HDFS-13579 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
