You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2015/02/11 16:20:12 UTC

[jira] [Resolved] (SSHD-393) Ssh server freezing when under heavy load

     [ https://issues.apache.org/jira/browse/SSHD-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SSHD-393.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.14.0
         Assignee: Guillaume Nodet

Thx for the patch.

https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commitdiff;h=0ebd488da3030f553a1b82c0d14879044985a67a

> Ssh server freezing when under heavy load
> -----------------------------------------
>
>                 Key: SSHD-393
>                 URL: https://issues.apache.org/jira/browse/SSHD-393
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.12.0, 0.13.0
>            Reporter: Maros Marsalek
>            Assignee: Guillaume Nodet
>             Fix For: 0.14.0
>
>
> When using the Ssh server and writing big amounts of data towards the client, server can freeze waiting for window adjust msg.
> It always happens after server gets into state of delaying write while waiting for window adjust. After the window adjust is received, write is not resumed. There is no mechanism to resume the write for server side, but on the client side there is.
> We have a junit test case that reproduces this issue. We were able to fix it with this patch:
> https://github.com/apache/mina-sshd/pull/10



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