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 2019/05/24 10:43:26 UTC

[GitHub] [spark] attilapiros opened a new pull request #24697: [MINOR][Core] Disable by default fetching of disk persisted RDD blocks via external shuffle service

attilapiros opened a new pull request #24697: [MINOR][Core] Disable by default fetching of disk persisted RDD blocks via external shuffle service
URL: https://github.com/apache/spark/pull/24697
 
 
   ## What changes were proposed in this pull request?
   
   In the PR the config `spark.shuffle.service.fetch.rdd.enabled` default is changed to **false** to avoid breaking any compatibility with older external shuffle service installations. As external shuffle service is deployed separately and disk persisted RDD block fetching had even introduced new network messages (`RemoveBlocks` and `BlocksRemoved`) and changed the behaviour of the already existing fetching: extended it for RDD blocks.
   
   ## How was this patch tested?
   
   With existing unit tests.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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