lsm1 commented on code in PR #6585: URL: https://github.com/apache/kyuubi/pull/6585#discussion_r1711295766
########## kyuubi-server/src/test/scala/org/apache/kyuubi/plugin/PluginLoaderSuite.scala: ########## @@ -67,6 +67,19 @@ class PluginLoaderSuite extends KyuubiFunSuite { assert(clusterAConfFromCache.get("kyuubi.ha.namespace") == "kyuubi-ns-a") assert(clusterAConfFromCache.get("kyuubi.zk.ha.namespace") == null) assert(clusterAConfFromCache.size() == 5) + + conf.set(KyuubiConf.SESSION_CONF_PROFILE, Seq("cluster-a", "cluster-b")) + val clusterABConf = Review Comment: In this case, since the value of `kyuubi.ha.namespace` is different, the value from `cluster-b` will replace the value from `cluster-a`. I will add more key-value pairs to `cluster-b` to refine this case. -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org