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 326cdda commit 651bf5fCopy full SHA for 651bf5f
kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionImpl.scala
@@ -80,7 +80,7 @@ class KyuubiSessionImpl(
80
handle.identifier.toString,
81
sessionManager.applicationManager,
82
sessionManager.engineStartupProcessSemaphore)
83
- @volatile private[kyuubi] var launchEngineOp = sessionManager.operationManager
+ @volatile private[kyuubi] var launchEngineOp = sessionManager.operationManager
84
.newLaunchEngineOperation(this, sessionConf.get(SESSION_ENGINE_LAUNCH_ASYNC))
85
86
private lazy val sessionUserSignBase64: String =
0 commit comments