Github user CodingCat commented on a diff in the pull request:
https://github.com/apache/spark/pull/20259#discussion_r161865952
--- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala
---
@@ -179,6 +181,7 @@ private[deploy] class Master(
}
persistenceEngine = persistenceEngine_
leaderElectionAgent = leaderElectionAgent_
+ startupTime = System.currentTimeMillis()
--- End diff --
I think @guoxiaolongzte refers to how long has it been since last restart
of master by "startupTime".............
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]