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
