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/10/31 15:26:29 UTC

[GitHub] [spark] turboFei opened a new pull request #26348: [SPARK-29698][WEB-UI] Enable show total shuffle read size even when task failed

turboFei opened a new pull request #26348: [SPARK-29698][WEB-UI] Enable show total shuffle read size even when task failed
URL: https://github.com/apache/spark/pull/26348
 
 
   ### What changes were proposed in this pull request?
   If task failed during reading shuffle data or because of executor loss, its shuffle read size would be shown as 0.
   
   But this size is important for user, it can help detect data skew.
   
   In this PR, I compute this size and set it when task failed.
   
   ### Why are the changes needed?
   
   As described in above section.
   
   
   ### Does this PR introduce any user-facing change?
   Yes, User can see shuffle read size even if task failed.
   
   ### How was this patch tested?
   
   

----------------------------------------------------------------
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