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


##########
kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/client/zookeeper/ZookeeperClientProvider.scala:
##########
@@ -38,6 +39,12 @@ import org.apache.kyuubi.util.reflect.DynConstructors
 
 object ZookeeperClientProvider extends Logging {
 
+  /**
+   * Sharing jaas configuration for zookeeper client with same keytab and 
principal to
+   * avoid server oom due to nested jaas configuration. see KYUUBI #7154 for 
more details.
+   */

Review Comment:
   ```suggestion
     /**
      * Sharing JAAS configuration for Zookeeper client with same keytab and 
principal to
      * avoid server OOM due to each new JAAS configuration references the 
previous instance.
      * See KYUUBI #7154 for more details.
      */
   ```



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