otterc commented on a change in pull request #30062:
URL: https://github.com/apache/spark/pull/30062#discussion_r513598673
##########
File path:
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
##########
@@ -297,6 +306,7 @@ public void stopApplication(ApplicationTerminationContext
context) {
secretManager.unregisterApp(appId);
}
blockHandler.applicationRemoved(appId, false /* clean up local dirs */);
+ shuffleMergeManager.applicationRemoved(appId, false);
Review comment:
This is removed from here and moved to
`ExternalBlockHandler.applicationRemoved`
----------------------------------------------------------------
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]