Skip to content

Commit

Permalink
setStopAtShutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Mar 8, 2024
1 parent 6fc7552 commit e5a9edb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ private[kyuubi] case class JettyServer(
server.start()
connector.start()
server.addConnector(connector)
server.setStopAtShutdown(true)
} catch {
case e: Exception =>
stop()
Expand Down

0 comments on commit e5a9edb

Please sign in to comment.