[jira] [Commented] (SSHD-721) deadlock: all nio workers wait to be woken up

2018-04-12 Thread Bill Kuker (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436082#comment-16436082 ] Bill Kuker commented on SSHD-721: - I am hitting this issue too. [~lgoldstein], {quote}{{the number of

[jira] [Comment Edited] (SSHD-721) deadlock: all nio workers wait to be woken up

2018-04-12 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436164#comment-16436164 ] Jonathan Valliere edited comment on SSHD-721 at 4/12/18 7:09 PM: - # does it

[jira] [Commented] (SSHD-721) deadlock: all nio workers wait to be woken up

2018-04-12 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436164#comment-16436164 ] Jonathan Valliere commented on SSHD-721: Is this a true deadlock, meaning "does it prevent the

[DISCUSS] Splitting sftp into its own module

2018-04-12 Thread Guillaume Nodet
It seems to me that the SFTP support in SSHD becomes quite big. With the work envisioned to make it asynchronous, I think it should be in its own maven module, outside sshd-core. While the SFTP specific API and implementation is quite easy to externalize, there is a touch point though because the