Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19751#discussion_r157639397
--- 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 --
maybe `checkTriggers` is better than `last`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]