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/02/28 13:13:20 UTC

[GitHub] ajithme opened a new pull request #23920: [SPARK-27012] Storage tab shows rdd details even after executor ended

ajithme opened a new pull request #23920: [SPARK-27012] Storage tab shows rdd details even after executor ended
URL: https://github.com/apache/spark/pull/23920
 
 
   ## What changes were proposed in this pull request?
   
   After we cache a table, we can see its details in Storage Tab of spark UI. If the executor has shutdown ( graceful shutdown/ Dynamic executor scenario) UI still shows the rdd as cached and when we click the link it throws error. This is because on executor remove event, we fail to adjust rdd partition details @ org.apache.spark.status.AppStatusListener#onExecutorRemoved
   
   ## How was this patch tested?
   
   Have tested this fix in UI manually

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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