[jira] [Created] (THRIFT-5412) TSocket and TEndpointTransport should not throw TTransportException

2021-05-11 Thread Xiangdong Huang (Jira)
Xiangdong Huang created THRIFT-5412: --- Summary: TSocket and TEndpointTransport should not throw TTransportException Key: THRIFT-5412 URL: https://issues.apache.org/jira/browse/THRIFT-5412 Project: Th

[jira] [Created] (THRIFT-5411) TThreadPoolServer: java.net.SocketTimeoutException: Read timed out

2021-05-11 Thread Isha (Jira)
Isha created THRIFT-5411: Summary: TThreadPoolServer: java.net.SocketTimeoutException: Read timed out Key: THRIFT-5411 URL: https://issues.apache.org/jira/browse/THRIFT-5411 Project: Thrift Issue Ty

[GitHub] [thrift] kurt-nj closed pull request #2368: THRIFT-5379: Build with cmake without openssl

2021-05-11 Thread GitBox
kurt-nj closed pull request #2368: URL: https://github.com/apache/thrift/pull/2368 -- 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. For queries about this service, please

[GitHub] [thrift] Irelian opened a new pull request #2390: Update TBufferTransports.h

2021-05-11 Thread GitBox
Irelian opened a new pull request #2390: URL: https://github.com/apache/thrift/pull/2390 c++: TMemoryBuffer: consume remainin MessageSize but never reset,we should reset remainin MessageSize after readEnd. RemainingMessageSize_ reduce in TBufferBase::consume, but nerver reset r

[GitHub] [thrift] Agent-Tao opened a new pull request #2389: fix rebuildSelector that may leak channels when rebuilding selector w…

2021-05-11 Thread GitBox
Agent-Tao opened a new pull request #2389: URL: https://github.com/apache/thrift/pull/2389 fix rebuildSelector that may leak channels when rebuilding selector which may cause lots of close_wait at client side. 1、newSelector create failed, should return immediately 2、should r