You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/12/19 08:47:40 UTC

[GitHub] [incubator-kyuubi] cxzl25 commented on a diff in pull request #4010: Print stack trace in `KyuubiOperation#onError` method

cxzl25 commented on code in PR #4010:
URL: https://github.com/apache/incubator-kyuubi/pull/4010#discussion_r1051942079


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/operation/KyuubiOperation.scala:
##########
@@ -57,7 +57,7 @@ abstract class KyuubiOperation(session: Session) extends AbstractOperation(sessi
     case e: Throwable =>
       state.synchronized {
         if (isTerminalState(state)) {
-          warn(s"Ignore exception in terminal state with $statementId: $e")

Review Comment:
   "$e" only get message
   
   ```
   22/12/19 10:31:24,012 [KyuubiSessionManager-exec-pool: Thread-91361] WARN ExecuteStatement: Ignore exception in terminal state with a3b609f4-1654-4f5a-87d8-8864036df21a: org.apache.thrift.transport.TTransportException: java.net.SocketException: Socket closed
   ```



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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org