Jialin Qiao created IOTDB-338:
---------------------------------
Summary: Meet error when disconnecting with the server
Key: IOTDB-338
URL: https://issues.apache.org/jira/browse/IOTDB-338
Project: Apache IoTDB
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Jialin Qiao
The client-thread in server meet error when the client disconnect with server:
{code:java}
//代码占位符
09:09:42.140 [pool-2-IoTDB-JDBC-Client-thread-1] ERROR
org.apache.thrift.server.TThreadPoolServer - Thrift error occurred during
processing of message.09:09:42.140 [pool-2-IoTDB-JDBC-Client-thread-1] ERROR
org.apache.thrift.server.TThreadPoolServer - Thrift error occurred during
processing of message.org.apache.thrift.transport.TTransportException: null at
org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132)
at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86) at
org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:425) at
org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:321) at
org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:225)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:27) at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:310)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)