pradeepagrawal8184 commented on code in PR #872:
URL: https://github.com/apache/ranger/pull/872#discussion_r3114713575


##########
plugin-kms/src/main/java/org/apache/ranger/services/kms/client/KMSClient.java:
##########
@@ -57,6 +60,7 @@ public class KMSClient {
     private static final String KMS_LIST_API_ENDPOINT = "v1/keys/names"; // GET
     private static final String ERROR_MSG             = " You can still save 
the repository and start creating policies, but you would not be able to use 
autocomplete for resource names. Check ranger_admin.log for more info.";
     private static final String AUTH_TYPE_KERBEROS    = "kerberos";
+    private static final ReentrantLock LOCK = new ReentrantLock();

Review Comment:
   No; removing it. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to