vanzin commented on a change in pull request #24017: [SPARK-27094][YARN] Work
around RackResolver swallowing thread interrupt.
URL: https://github.com/apache/spark/pull/24017#discussion_r263635288
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala
##########
@@ -547,88 +547,76 @@ private[spark] class ApplicationMaster(
reporterThread.join()
}
- private def launchReporterThread(): Thread = {
- // The number of failures in a row until Reporter thread give up
+ private def allocationThreadImpl(): Unit = {
Review comment:
The diff here is just noisy because of the indentation change. I didn't
change any code.
----------------------------------------------------------------
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]