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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to