We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352b4eb commit 9cb507dCopy full SHA for 9cb507d
kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/client/EngineServiceDiscovery.scala
@@ -34,7 +34,8 @@ class EngineServiceDiscovery private(
34
def this(server: Serverable) =
35
this(classOf[EngineServiceDiscovery].getSimpleName, server)
36
37
- override def stop(): Unit = {
+ override def stop(): Unit = synchronized {
38
+ closeServiceNode()
39
conf.get(ENGINE_SHARED_LEVEL) match {
40
// For connection level, we should clean up the namespace in zk in case the disk stress.
41
case "CONNECTION" if namespace != null =>
0 commit comments