attilapiros commented on issue #24554: [SPARK-27622][Core] Avoiding the network 
when block manager fetches disk persisted RDD blocks from the same host
URL: https://github.com/apache/spark/pull/24554#issuecomment-490699288
 
 
   I can see one more possible improvement here: in 
`BlockManagerMasterEndpoint#getLocationsAndStatus` I can remove that block 
manager ID from the remote locations to which the local directories are given 
in the `BlockLocationsAndStatus`. As if the direct local disk access failed for 
that then there is no reason to try it via network too. In a following commit I 
will 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.
 
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]

Reply via email to