GitHub user apoorva121 opened a pull request: https://github.com/apache/samza/pull/544
SAMZA-929 : Set initialDelay in tokenRenewExecutor schedule to 0 Changed initialDelay in tokenRenewExecutor scheduler to 0 so that it can re-login using the keytab as soon as the application master container starts. This way even if application master restarts after the delegation token in launcher context has expired, it will be able to use the new token to launch other containers. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apoorva121/samza master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/544.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #544 ---- commit 58ba046661dc45bd0a254aebe6e4e946267dc607 Author: Apoorva Sareen <asareen@...> Date: 2018-06-05T07:33:42Z SAMZA-929 : Set initialDelay in tokenRenewExecutor schedule to 0 ---- ---