Github user susanxhuynh commented on a diff in the pull request:
https://github.com/apache/spark/pull/19272#discussion_r140117253
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCredentialRenewer.scala
---
@@ -63,7 +63,8 @@ class MesosCredentialRenewer(
def scheduleTokenRenewal(): Unit = {
def scheduleRenewal(runnable: Runnable): Unit = {
- val remainingTime = timeOfNextRenewal - System.currentTimeMillis()
+ // val remainingTime = timeOfNextRenewal - System.currentTimeMillis()
+ val remainingTime = 5000
--- End diff --
Why 5000?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]