HDFS-15043. RBF: The detail of the Exception is not shown in ZKDelegationTokenSecretManagerImpl (#1748)
This commit is contained in:
parent
4dffd81bb7
commit
9f09852051
|
@ -44,7 +44,7 @@ public class ZKDelegationTokenSecretManagerImpl extends
|
||||||
try {
|
try {
|
||||||
super.startThreads();
|
super.startThreads();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.error("Error starting threads for zkDelegationTokens ");
|
LOG.error("Error starting threads for zkDelegationTokens", e);
|
||||||
}
|
}
|
||||||
LOG.info("Zookeeper delegation token secret manager instantiated");
|
LOG.info("Zookeeper delegation token secret manager instantiated");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue