long accessKeyUpdateInterval = keys.getKeyUpdateInterval();
long accessTokenLifetime = keys.getTokenLifetime();
LOG.info("Access token params received from NN: keyUpdateInterval="
+ accessKeyUpdateInterval / (60 * 1000) + " min(s), tokenLifetime="
+ accessTokenLifetime / (60 * 1000) + " min(s)");
this.accessTokenHandler = new AccessTokenHandler(false,
accessKeyUpdateInterval, accessTokenLifetime);
this.accessTokenHandler.setKeys(keys);
/*
* Balancer should sync its access keys with NN more frequently than NN
* updates its access keys