cxing commented on code in PR #9636:
URL: https://github.com/apache/pinot/pull/9636#discussion_r1002616674


##########
pinot-common/src/main/java/org/apache/pinot/common/config/provider/AccessControlUserCache.java:
##########
@@ -54,6 +58,8 @@ public class AccessControlUserCache {
     private final Map<String, UserConfig> _userControllerConfigMap = new 
ConcurrentHashMap<>();
     private final Map<String, UserConfig> _userBrokerConfigMap = new 
ConcurrentHashMap<>();
     private final Map<String, UserConfig> _userServerConfigMap = new 
ConcurrentHashMap<>();
+    private Cache<String, String> _userPasswordAuthCache = 
CacheBuilder.newBuilder()

Review Comment:
   Thx will add 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to