Skip to content

Commit

Permalink
Update kyuubi-server/src/main/scala/org/apache/kyuubi/engine/ProcBuil…
Browse files Browse the repository at this point in the history
…der.scala

Co-authored-by: Cheng Pan <pan3793@gmail.com>
  • Loading branch information
ASiegeLion and pan3793 committed Jul 19, 2023
1 parent 987ffc7 commit 449be44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ trait ProcBuilder {

private val engineLogMaxLines = conf.get(KyuubiConf.SESSION_ENGINE_STARTUP_MAX_LOG_LINES)

private val engineDestroyTimeOut = conf.get(KyuubiConf.SESSION_ENGINE_DESTROY_TIMEOUT)
private val engineStartupDestroyTimeout = conf.get(KyuubiConf.SESSION_ENGINE_STARTUP_DESTROY_TIMEOUT)

protected val lastRowsOfLog: EvictingQueue[String] = EvictingQueue.create(engineLogMaxLines)
// Visible for test
Expand Down

0 comments on commit 449be44

Please sign in to comment.