HADOOP-15441. Log kms url and token service at debug level. Contributed by Gabor Bota
(cherry picked from commit a5449d36312c3de953e05ba8b3b5acf818a0c7e7)
This commit is contained in:
parent
5e3369ccd2
commit
1bc12310d8
@ -477,7 +477,7 @@ public KMSClientProvider(URI uri, Configuration conf) throws IOException {
|
|||||||
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT),
|
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT),
|
||||||
new EncryptedQueueRefiller());
|
new EncryptedQueueRefiller());
|
||||||
authToken = new DelegationTokenAuthenticatedURL.Token();
|
authToken = new DelegationTokenAuthenticatedURL.Token();
|
||||||
LOG.info("KMSClientProvider for KMS url: {} delegation token service: {}" +
|
LOG.debug("KMSClientProvider for KMS url: {} delegation token service: {}" +
|
||||||
" created.", kmsUrl, dtService);
|
" created.", kmsUrl, dtService);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user