Wangda Tan created HADOOP-10483: ----------------------------------- Summary: AbstractDelegationTokenSecretManager.ExpiredTokenRemover should use adaptable unit to print time Key: HADOOP-10483 URL: https://issues.apache.org/jira/browse/HADOOP-10483 Project: Hadoop Common Issue Type: Bug Affects Versions: 2.4.0 Reporter: Wangda Tan Priority: Trivial
Currently, ExpiredTokenRemover uses minute(s) as unit to print tokenRemoverScanInterval, it's possible that user entered a value less than 1 min. It will become 0 in output log. It's better to use format like 0d:1h:3m:2s:3ms to print time. -- This message was sent by Atlassian JIRA (v6.2#6252)