You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/09/22 06:52:55 UTC

[GitHub] [spark] Ngone51 commented on pull request #34043: [SPARK-36782][CORE] Avoid blocking dispatcher-BlockManagerMaster during UpdateBlockInfo

Ngone51 commented on pull request #34043:
URL: https://github.com/apache/spark/pull/34043#issuecomment-924638509


   > Looking at it more, the issue here is that we are relying on BlockManagerMasterEndpoint to update state in MapOutputTracker (which is usually done via DAGScheduler).
   
   Good point! So I think we can delegate the `UpdateBlockInfo` of migrated shuffle blocks to `DagScheduler` instead.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org