You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Aki Sukegawa (JIRA)" <ji...@apache.org> on 2016/02/27 05:50:18 UTC

[jira] [Created] (THRIFT-3685) Java async client leaks SelectorKey objects

Aki Sukegawa created THRIFT-3685:
------------------------------------

             Summary: Java async client leaks SelectorKey objects
                 Key: THRIFT-3685
                 URL: https://issues.apache.org/jira/browse/THRIFT-3685
             Project: Thrift
          Issue Type: Bug
          Components: Java - Library
    Affects Versions: 0.9.3
            Reporter: Aki Sukegawa
            Priority: Minor


Async client registers a key for each successful connection but never unregisters it on successful disconnect.
It's not a big deal though, unless a client object is manually reconnected for huge number of times.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)