vanzin commented on a change in pull request #23930: [SPARK-27021][CORE]
Cleanup of Netty event loop group for shuffle chunk fetch requests
URL: https://github.com/apache/spark/pull/23930#discussion_r262172045
##########
File path: core/src/test/scala/org/apache/spark/ThreadAudit.scala
##########
@@ -61,6 +61,15 @@ trait ThreadAudit extends Logging {
"rpc-client.*",
"rpc-server.*",
+ /**
+ * During [[org.apache.spark.network.TransportContext]] construction a
separate event loop could
+ * be created for handling ChunkFetchRequest.
+ * The thread pool behind shut down asynchronously triggered by
Review comment:
I know you're just copying this commend but it doesn't really parse.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]