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

[GitHub] [incubator-kyuubi] yaooqinn opened a new issue #1115: [FEATURE] Add `Affects Version/s` area in bug report isusse template

yaooqinn opened a new issue #1115:
URL: https://github.com/apache/incubator-kyuubi/issues/1115


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the feature
   
   `Affects Version/s`
   
   ### Motivation
   
   _No response_
   
   ### Describe the solution
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@kyuubi.apache.org

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



[GitHub] [incubator-kyuubi] ulysses-you closed issue #1115: [FEATURE] Add `Affects Version/s` area in bug report isusse template

Posted by GitBox <gi...@apache.org>.
ulysses-you closed issue #1115:
URL: https://github.com/apache/incubator-kyuubi/issues/1115


   


-- 
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: dev-unsubscribe@kyuubi.apache.org

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



[GitHub] [incubator-kyuubi] timothy65535 edited a comment on issue #1115: [FEATURE] Add `Affects Version/s` area in bug report isusse template

Posted by GitBox <gi...@apache.org>.
timothy65535 edited a comment on issue #1115:
URL: https://github.com/apache/incubator-kyuubi/issues/1115#issuecomment-922172929


   Error msg still need to enhance, also can label `beginner`.
   
   https://github.com/apache/incubator-kyuubi/blob/master/externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala#L154-L165
   
   ```
   case t: Throwable =>
       error("Start SparkSQL Engine Failed", t)
       currentEngine.foreach { engine =>
         val status =
           engine.engineStatus.copy(diagnostic = s"Error State SparkSQL Engine ${t.getMessage}")
         EventLoggingService.onEvent(status)
         error(status, t)
         engine.stop()
       }
   ```


-- 
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: dev-unsubscribe@kyuubi.apache.org

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



[GitHub] [incubator-kyuubi] timothy65535 removed a comment on issue #1115: [FEATURE] Add `Affects Version/s` area in bug report isusse template

Posted by GitBox <gi...@apache.org>.
timothy65535 removed a comment on issue #1115:
URL: https://github.com/apache/incubator-kyuubi/issues/1115#issuecomment-922172929


   Error msg still need to enhance, also can label `beginner`.
   
   https://github.com/apache/incubator-kyuubi/blob/master/externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala#L154-L165
   
   ```
   case t: Throwable =>
       error("Start SparkSQL Engine Failed", t)
       currentEngine.foreach { engine =>
         val status =
           engine.engineStatus.copy(diagnostic = s"Error State SparkSQL Engine ${t.getMessage}")
         EventLoggingService.onEvent(status)
         error(status, t)
         engine.stop()
       }
   ```


-- 
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: dev-unsubscribe@kyuubi.apache.org

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



[GitHub] [incubator-kyuubi] yaooqinn commented on issue #1115: [FEATURE] Add `Affects Version/s` area in bug report isusse template

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on issue #1115:
URL: https://github.com/apache/incubator-kyuubi/issues/1115#issuecomment-920705835


   cc @byyue 


-- 
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: dev-unsubscribe@kyuubi.apache.org

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



[GitHub] [incubator-kyuubi] timothy65535 commented on issue #1115: [FEATURE] Add `Affects Version/s` area in bug report isusse template

Posted by GitBox <gi...@apache.org>.
timothy65535 commented on issue #1115:
URL: https://github.com/apache/incubator-kyuubi/issues/1115#issuecomment-922172929


   Error msg still need to enhance, also can label `beginner`.
   
   https://github.com/apache/incubator-kyuubi/blob/master/externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala#L154-L165
   
   ```
   ```


-- 
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: dev-unsubscribe@kyuubi.apache.org

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