You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2005/09/30 04:44:47 UTC

[jira] Created: (DIRMINA-93) Acceptor.unbind() doesn't disconnect connected clients.

Acceptor.unbind() doesn't disconnect connected clients.
-------------------------------------------------------

         Key: DIRMINA-93
         URL: http://issues.apache.org/jira/browse/DIRMINA-93
     Project: Directory MINA
        Type: Bug
    Versions: 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7    
    Reporter: Trustin Lee
 Assigned to: Trustin Lee 
     Fix For: 0.8


IoAcceptor currently doesn't disconnect connected clients and this will cause FD leakage and make clients stall because server is not responding at all.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Created: (DIRMINA-93) Acceptor.unbind() doesn't disconnect connected clients.

Posted by Trustin Lee <tr...@gmail.com>.
Hi,

2005/9/30, Jean-François Daune <da...@daune-consult.com>:
>
> I don't get the extent of this defect.
>
> Does this mean that any disconnection (e.g. calling session.close()) is
> not correctly handled?


User might want to close all connections when he or she unbinds the server
port. Disconnection is being handled correctly. This issue is related with
Acceptor, not Session.

Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/

Re: [jira] Created: (DIRMINA-93) Acceptor.unbind() doesn't disconnect connected clients.

Posted by Jean-François Daune <da...@daune-consult.com>.
I don't get the extent of this defect.

Does this mean that any disconnection (e.g. calling session.close()) is 
not correctly handled?


J-F

[jira] Resolved: (DIRMINA-93) Acceptor.unbind() doesn't disconnect connected clients.

Posted by "Niklas Therning (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-93?page=all ]
     
Niklas Therning resolved DIRMINA-93:
------------------------------------

    Resolution: Fixed

This issue has been resolved for SocketAcceptorDelegate and VmPipeAcceptor. It doesn't apply to DatagramAcceptorDelegate. For SocketAcceptorDelegate and VmPipeAcceptor, all connected sessions will now be disconnected by default on unbind. This feature can be turned off by calling IoAcceptor.setDisconnectClientsOnUnbind(false).

> Acceptor.unbind() doesn't disconnect connected clients.
> -------------------------------------------------------
>
>          Key: DIRMINA-93
>          URL: http://issues.apache.org/jira/browse/DIRMINA-93
>      Project: Directory MINA
>         Type: Bug
>     Versions: 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7
>     Reporter: Trustin Lee
>     Assignee: Niklas Therning
>      Fix For: 0.9.1

>
> IoAcceptor currently doesn't disconnect connected clients and this will cause FD leakage and make clients stall because server is not responding at all.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-93) Acceptor.unbind() doesn't disconnect connected clients.

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-93?page=all ]

Trustin Lee updated DIRMINA-93:
-------------------------------

    Fix Version: 0.9.1
                     (was: 0.9)

> Acceptor.unbind() doesn't disconnect connected clients.
> -------------------------------------------------------
>
>          Key: DIRMINA-93
>          URL: http://issues.apache.org/jira/browse/DIRMINA-93
>      Project: Directory MINA
>         Type: Bug
>     Versions: 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee
>      Fix For: 0.9.1

>
> IoAcceptor currently doesn't disconnect connected clients and this will cause FD leakage and make clients stall because server is not responding at all.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DIRMINA-93) Acceptor.unbind() doesn't disconnect connected clients.

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-93?page=all ]
     
Trustin Lee closed DIRMINA-93:
------------------------------


I will close this issue now.  But we need to implement this feature for Datagram transport when DIRMINA-162 is resolved.

> Acceptor.unbind() doesn't disconnect connected clients.
> -------------------------------------------------------
>
>          Key: DIRMINA-93
>          URL: http://issues.apache.org/jira/browse/DIRMINA-93
>      Project: Directory MINA
>         Type: Bug
>     Versions: 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7
>     Reporter: Trustin Lee
>     Assignee: Niklas Therning
>      Fix For: 0.9.1

>
> IoAcceptor currently doesn't disconnect connected clients and this will cause FD leakage and make clients stall because server is not responding at all.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (DIRMINA-93) Acceptor.unbind() doesn't disconnect connected clients.

Posted by "Niklas Therning (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-93?page=all ]

Niklas Therning reassigned DIRMINA-93:
--------------------------------------

    Assign To: Niklas Therning  (was: Trustin Lee)

> Acceptor.unbind() doesn't disconnect connected clients.
> -------------------------------------------------------
>
>          Key: DIRMINA-93
>          URL: http://issues.apache.org/jira/browse/DIRMINA-93
>      Project: Directory MINA
>         Type: Bug
>     Versions: 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7
>     Reporter: Trustin Lee
>     Assignee: Niklas Therning
>      Fix For: 0.9.1

>
> IoAcceptor currently doesn't disconnect connected clients and this will cause FD leakage and make clients stall because server is not responding at all.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-93) Acceptor.unbind() doesn't disconnect connected clients.

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-93?page=all ]

Trustin Lee updated DIRMINA-93:
-------------------------------

    Fix Version: 0.9
                     (was: 0.8)

Decided to fix this issue in MINA 0.9.

> Acceptor.unbind() doesn't disconnect connected clients.
> -------------------------------------------------------
>
>          Key: DIRMINA-93
>          URL: http://issues.apache.org/jira/browse/DIRMINA-93
>      Project: Directory MINA
>         Type: Bug
>     Versions: 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee
>      Fix For: 0.9

>
> IoAcceptor currently doesn't disconnect connected clients and this will cause FD leakage and make clients stall because server is not responding at all.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira