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/10/11 10:38:05 UTC

[GitHub] [incubator-kyuubi] ethan7811 opened a new issue #1212: [Bug] kyuubi always report: Error operating GET_TABLES: Read a negative frame size

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


   ### 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 bug
   
   kyuubi always throw exception below, and after that we can't lookup table details in hue until kill kyuubi spark application and restart kyuubi 
   ```
   org.apache.kyuubi.KyuubiSQLException: Error operating GET_TABLES: Read a negative frame size (-2147418110)!
           at org.apache.kyuubi.KyuubiSQLException$.apply(KyuubiSQLException.scala:51)
           at org.apache.kyuubi.operation.KyuubiOperation$$anonfun$onError$1.applyOrElse(KyuubiOperation.scala:66)
           at org.apache.kyuubi.operation.KyuubiOperation$$anonfun$onError$1.applyOrElse(KyuubiOperation.scala:47)
           at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:38)
           at org.apache.kyuubi.operation.GetTables.runInternal(GetTables.scala:46)
           at org.apache.kyuubi.operation.AbstractOperation.run(AbstractOperation.scala:130)
           at org.apache.kyuubi.session.AbstractSession.runOperation(AbstractSession.scala:95)
           at org.apache.kyuubi.session.AbstractSession.getTables(AbstractSession.scala:170)
           at org.apache.kyuubi.service.AbstractBackendService.getTables(AbstractBackendService.scala:95)
           at org.apache.kyuubi.service.FrontendService.GetTables(FrontendService.scala:318)
           at org.apache.hive.service.rpc.thrift.TCLIService$Processor$GetTables.getResult(TCLIService.java:1517)
           at org.apache.hive.service.rpc.thrift.TCLIService$Processor$GetTables.getResult(TCLIService.java:1502)
           at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
           at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
           at org.apache.kyuubi.service.authentication.HadoopThriftAuthBridgeServer$TUGIAssumingProcessor.process(HadoopThriftAuthBridgeServer.scala:163)
           at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.thrift.transport.TTransportException: Read a negative frame size (-2147418110)!
           at org.apache.thrift.transport.TSaslTransport.readFrame(TSaslTransport.java:456)
           at org.apache.thrift.transport.TSaslTransport.read(TSaslTransport.java:435)
           at org.apache.thrift.transport.TSaslClientTransport.read(TSaslClientTransport.java:37)
           at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86)
           at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:429)
           at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:318)
           at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:219)
           at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:77)
           at org.apache.hive.service.rpc.thrift.TCLIService$Client.recv_GetTables(TCLIService.java:329)
           at org.apache.hive.service.rpc.thrift.TCLIService$Client.GetTables(TCLIService.java:316)
           at org.apache.kyuubi.operation.GetTables.runInternal(GetTables.scala:43)
         ```
   
   ### Affects Version(s)
   
   1.2.0
   
   ### Kyuubi Server Log Output
   
   ```logtalk
   org.apache.kyuubi.KyuubiSQLException: Error operating GET_TABLES: Read a negative frame size (-2147418110)!
           at org.apache.kyuubi.KyuubiSQLException$.apply(KyuubiSQLException.scala:51)
           at org.apache.kyuubi.operation.KyuubiOperation$$anonfun$onError$1.applyOrElse(KyuubiOperation.scala:66)
           at org.apache.kyuubi.operation.KyuubiOperation$$anonfun$onError$1.applyOrElse(KyuubiOperation.scala:47)
           at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:38)
           at org.apache.kyuubi.operation.GetTables.runInternal(GetTables.scala:46)
           at org.apache.kyuubi.operation.AbstractOperation.run(AbstractOperation.scala:130)
           at org.apache.kyuubi.session.AbstractSession.runOperation(AbstractSession.scala:95)
           at org.apache.kyuubi.session.AbstractSession.getTables(AbstractSession.scala:170)
           at org.apache.kyuubi.service.AbstractBackendService.getTables(AbstractBackendService.scala:95)
           at org.apache.kyuubi.service.FrontendService.GetTables(FrontendService.scala:318)
           at org.apache.hive.service.rpc.thrift.TCLIService$Processor$GetTables.getResult(TCLIService.java:1517)
           at org.apache.hive.service.rpc.thrift.TCLIService$Processor$GetTables.getResult(TCLIService.java:1502)
           at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
           at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
           at org.apache.kyuubi.service.authentication.HadoopThriftAuthBridgeServer$TUGIAssumingProcessor.process(HadoopThriftAuthBridgeServer.scala:163)
           at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.thrift.transport.TTransportException: Read a negative frame size (-2147418110)!
           at org.apache.thrift.transport.TSaslTransport.readFrame(TSaslTransport.java:456)
           at org.apache.thrift.transport.TSaslTransport.read(TSaslTransport.java:435)
           at org.apache.thrift.transport.TSaslClientTransport.read(TSaslClientTransport.java:37)
           at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86)
           at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:429)
           at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:318)
           at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:219)
           at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:77)
           at org.apache.hive.service.rpc.thrift.TCLIService$Client.recv_GetTables(TCLIService.java:329)
           at org.apache.hive.service.rpc.thrift.TCLIService$Client.GetTables(TCLIService.java:316)
           at org.apache.kyuubi.operation.GetTables.runInternal(GetTables.scala:43)
   ```
   
   
   ### Kyuubi Engine Log Output
   
   _No response_
   
   ### Kyuubi Server Configurations
   
   _No response_
   
   ### Kyuubi Engine Configurations
   
   _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] pan3793 closed issue #1212: [Bug] kyuubi always report: Error operating GET_TABLES: Read a negative frame size

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


   


-- 
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] pan3793 commented on issue #1212: [Bug] kyuubi always report: Error operating GET_TABLES: Read a negative frame size

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


   This should be fixed in #819, would you please try 1.3.0-incubating?


-- 
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] pan3793 commented on issue #1212: [Bug] kyuubi always report: Error operating GET_TABLES: Read a negative frame size

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


   I'm going to close this issue, feel free to reopen it if you are still in this trouble.


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