Github user gengliangwang commented on a diff in the pull request:
https://github.com/apache/spark/pull/19751#discussion_r151607724
--- Diff:
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
@@ -727,8 +769,8 @@ private[spark] class AppStatusListener(
}
}
- private def update(entity: LiveEntity, now: Long): Unit = {
- entity.write(kvstore, now)
+ private def update(entity: LiveEntity, now: Long, last: Boolean =
false): Unit = {
--- End diff --
nit: maybe change `last` to `isLast` ?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]