CarnationWang23 / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Connection resource leaking #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
HyracksConnection does not have way for a client to close a connection, hence a 
new client network thread is added into the client system everytime we create a 
client connection.  

Original issue reported on code.google.com by buyingyi@gmail.com on 13 Apr 2013 at 10:50

GoogleCodeExporter commented 8 years ago
Vinayak,

    That's the issue we just talked about.  Basically a close() call needs to be added into HyracksConnection.

Yingyi

Original comment by buyingyi@gmail.com on 5 Sep 2013 at 9:28

GoogleCodeExporter commented 8 years ago

Original comment by ima...@uci.edu on 14 Oct 2014 at 9:36