pan3793 commented on code in PR #7154:
URL: https://github.com/apache/kyuubi/pull/7154#discussion_r2235153239


##########
kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/client/zookeeper/ZookeeperClientProvider.scala:
##########
@@ -38,6 +39,8 @@ import org.apache.kyuubi.util.reflect.DynConstructors
 
 object ZookeeperClientProvider extends Logging {
 
+  val jaasConfigurationCache = new ConcurrentHashMap[(String, String), 
Configuration]()

Review Comment:
   can you add comment here to explain the benefit of caching the 
JaasConfiguration?



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