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/03/13 15:36:25 UTC

[GitHub] [incubator-kyuubi] cxzl25 commented on pull request #2126: [KYUUBI #2125] closeSession should avoid sending RPC after openSession fails

cxzl25 commented on pull request #2126:
URL: https://github.com/apache/incubator-kyuubi/pull/2126#issuecomment-1066126526


   ## Current
   
   ```
   org.apache.kyuubi.KyuubiSQLException: Error while cleaning up the engine resources
           at org.apache.kyuubi.KyuubiSQLException$.apply(KyuubiSQLException.scala:69)
           at org.apache.kyuubi.session.KyuubiSessionImpl.close(KyuubiSessionImpl.scala:156)
   ...
   Caused by: org.apache.thrift.protocol.TProtocolException: Required field 'sessionHandle' is unset! Struct:TCloseSessionReq(sessionHandle:null)
           at org.apache.hive.service.rpc.thrift.TCloseSessionReq.validate(TCloseSessionReq.java:294)
   ...
   ```
   
   ![image](https://user-images.githubusercontent.com/3898450/158067276-92e45d33-44e2-444f-8b73-eb72292ba5af.png)
   
   
   ## Fix
   exception disappeared
   
   
   
   


-- 
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