Hi I just created my own 0.9.1 with the patch. This is running now until next year and we will see if the OOM still occurs. Thanks.
Regards, Oli Am 21.12.2013 09:05, schrieb Jens Geyer: > Hi Oliver, > > is this related to THRIFT-2293 or is it another, completely unrelated leak? > > Thanks, > JensG > ________________________________ > Von: Oliver Zemann > Gesendet: 20.12.2013 16:29 > An: [email protected] > Betreff: Leak in TTransport? > > Hi > > Is it possible that there is a leak in TThreadPoolServer.java at line 123? > It is: > TTransport client = serverTransport_.accept(); > WorkerProcess wp = new WorkerProcess(client); > while(true) { ... > > The Javadoc says the TTransport is a IO Wrapper like any Stream in Java. > For me this means, after the client has been used, it needs a > client.close(), doesnt it? > > I am facing a memory leak and thats where it crashes so i am wondering if > this could be the problem. > > Regards > Oliver >
