Skip to content

Commit

Permalink
[KYUUBI #6843] FIX 'query-timeout-thread' thread leak
Browse files Browse the repository at this point in the history
  • Loading branch information
liupeiyue committed Dec 9, 2024
1 parent 78a9fde commit 9e1a015
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ class PlanOnlyStatement(
statement)
resultSet =
ResultSetUtil.fromResultFetcher(resultFetcher, resultMaxRows, resultFetchTimeout);
shutdownTimeoutMonitor
case _ =>
explainOperation(statement)
shutdownTimeoutMonitor
}
} catch {
shutdownTimeoutMonitor
onError()
}
}
Expand Down

0 comments on commit 9e1a015

Please sign in to comment.