I am using linux. Thrift version is : thrift-0.9.0 With https://issues.apache.org/jira/browse/THRIFT-1997 patch applied.
Can less IO thread be issue ? Currently my thrift clients are not logging any error. regards Vivek Goel On Thu, Jul 18, 2013 at 11:15 PM, Ben Craig <[email protected]> wrote: > What OS are you using, and what version of Thrift? Some recent changes in > the 1.0 branch broke TNonBlockingServer on Windows. THRIFT-2038 ( > https://issues.apache.org/jira/browse/THRIFT-2038 ) and THRIFT-2094 ( > https://issues.apache.org/jira/browse/THRIFT-2094 ) include unreviewed > patches for the issue. > > > > From: Vivek Goel <[email protected]> > To: [email protected], > Date: 07/18/2013 12:34 PM > Subject: Getting lot of Connection reset by peer > > > > Hi, > I was using thrift TBufferedTransport. I started using TFramedTransport. > I have done more change in server. Now I am using thrift non blocking > server with 1 IO thread and 9 worker thread. > > I am getting lot of *Connection reset by peer. *What could be the issue > ? > > I am using C++ at client and server. > > > > > regards > Vivek Goel > >
