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/03/01 16:14:21 UTC

[GitHub] attilapiros commented on a change in pull request #23920: [SPARK-27012] Storage tab shows rdd details even after executor ended

attilapiros commented on a change in pull request #23920: [SPARK-27012] Storage tab shows rdd details even after executor ended
URL: https://github.com/apache/spark/pull/23920#discussion_r261560395
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/status/AppStatusListener.scala
 ##########
 @@ -211,6 +211,31 @@ private[spark] class AppStatusListener(
           update(rdd, now)
         }
       }
+      // remove partition information
+      liveRDDs.values.foreach { rdd =>
+        rdd.getPartitions.values.
+          filter(_.executors.contains(event.executorId)).foreach { partition =>
 
 Review comment:
   Nit: the "." from the end of the previous line should be moved in the beginning of the this line.

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