You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/10/11 02:16:26 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #1205: Support to show more engine submission failure log for issue tracking

yaooqinn commented on a change in pull request #1205:
URL: https://github.com/apache/incubator-kyuubi/pull/1205#discussion_r725747747



##########
File path: kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala
##########
@@ -594,6 +594,13 @@ object KyuubiConf {
       .toSequence()
       .createWithDefault(Nil)
 
+  val SESSION_ENGINE_LOG_MAX_FAILURE_LINES: ConfigEntry[Int] =
+    buildConf("session.engine.log.maxFailureLines")

Review comment:
       let’s name it more close to the existing `session.engine.startup.error.max.size`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org