Hi Jens

Did not see that there is already a probably related bugreport. Well, it *could* be, but i dont know. The stacktrace points in that direction ;) This would also explain why the threads are not closed correctly, when there is a leak on the file. Which can cause my problem.

Is there a release plan for 0.9.2 so i can test it? Unfortunately this is a productive machine, which means i cant simply use a snapshot/self-patched release :(
What would be "ok" is a 0.9.2-beta or RC

Regards
Oliver

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


Reply via email to