mridulm commented on PR #42536: URL: https://github.com/apache/spark/pull/42536#issuecomment-1684893143
When shuffle service is enabled, particularly with dynamic resource allocation, there need not be any active executor on a node which is being decommissioned - and hence, no executor to copy data over to a another node. This also applies to shuffle blocks and merged blocks (when push based shuffle is enabled). This is bit more involved to add and is currently not supported. Until it is added, we cannot make this change. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
