Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Jan 19, 2022
1 parent 53bbbb7 commit c70a594
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ class KyuubiSessionImpl(
}

override def close(): Unit = {
closeOperation(launchEngineOp.getHandle)
if (!launchEngineOp.isTimedOut) {
closeOperation(launchEngineOp.getHandle)
}
super.close()
sessionManager.credentialsManager.removeSessionCredentialsEpoch(handle.identifier.toString)
try {
Expand Down

0 comments on commit c70a594

Please sign in to comment.