[jira] [Comment Edited] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Fulvio Cavarretta (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16199911#comment-16199911 ] Fulvio Cavarretta edited comment on SSHD-776 at 10/11/17 7:40 AM: -- Hi

[jira] [Comment Edited] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Fulvio Cavarretta (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16199911#comment-16199911 ] Fulvio Cavarretta edited comment on SSHD-776 at 10/11/17 8:18 AM: -- Hi

[GitHub] mina-sshd pull request #38: [SSHD-776] SSHD local port forwarding close sess...

2017-10-11 Thread fcav1973
GitHub user fcav1973 opened a pull request: https://github.com/apache/mina-sshd/pull/38 [SSHD-776] SSHD local port forwarding close session unexpectedly This patch contains the following modifications: 1. _AbstractConnectionService.channelWindowAdjust_: we did the same

[jira] [Commented] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16199950#comment-16199950 ] ASF GitHub Bot commented on SSHD-776: - GitHub user fcav1973 opened a pull request:

Re: leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2017-10-11 Thread Christoph John
Hi, thanks for the patch. I am using 2.0.16. Oddly enough when I run all MINA tests then the ConnectorTest is hanging on my machine in the testTCPWithSSL method. But I don't know if this is related. (stack trace attached) However, I will try out your patch and let you know. Thanks again,

[jira] [Commented] (DIRMINA-1057) AbstractIoSession getScheduledWriteMessages always -negative?

2017-10-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16199971#comment-16199971 ] Emmanuel Lecharny commented on DIRMINA-1057: Hi Jonathan, I'm pretty sure I didn't see the

[jira] [Updated] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Fulvio Cavarretta (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fulvio Cavarretta updated SSHD-776: --- Attachment: sshd.SSHD-776.patch Hi [~lgoldstein], I'm sure how can I submit a pull request, so

[jira] [Commented] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Fulvio Cavarretta (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16199955#comment-16199955 ] Fulvio Cavarretta commented on SSHD-776: Yes, it's always me. I just found how to submit a pull

[jira] [Comment Edited] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Fulvio Cavarretta (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16199955#comment-16199955 ] Fulvio Cavarretta edited comment on SSHD-776 at 10/11/17 8:22 AM: -- Yes,

Re: leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2017-10-11 Thread Christoph John
Thanks, will try. Did this patch apply to 2.0.16? The line numbers do not match. I have added it manually in line 1162 and removed the statement from line 1164. Cheers, Chris. On 11/10/17 14:19, Emmanuel Lécharny wrote: Hi, can you test with this patch ? diff --git

Re: leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2017-10-11 Thread Emmanuel Lécharny
Hi, can you test with this patch ? diff --git a/mina-core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java b/mina-core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java index 50ebd4e..575b2f4 100644 ---

[jira] [Issue Comment Deleted] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Fulvio Cavarretta (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fulvio Cavarretta updated SSHD-776: --- Comment: was deleted (was: Yes, it's always me. I just found how to submit a pull request and I

Re: leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2017-10-11 Thread Emmanuel Lécharny
Le 11/10/2017 à 14:51, Christoph John a écrit : > Thanks, will try. Did this patch apply to 2.0.16? The line numbers do > not match. I have added it manually in line 1162 and removed the > statement from line 1164. It's for 2.0.17-SNAPSHOT, so you may have differences with 2.0.16, but minor.

Re: leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2017-10-11 Thread Jonathan Valliere
Basically my proposed patch moves the check dispose conditional into a finally loop forcing it to run even if exceptions were caught. If the SSLFilter did something weird then it would be blocked on that filter. What is happening is that the Processor is not dying as requested. That's why I think

[jira] [Comment Edited] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Fulvio Cavarretta (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16199911#comment-16199911 ] Fulvio Cavarretta edited comment on SSHD-776 at 10/11/17 12:48 PM: --- Hi

[jira] [Resolved] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goldstein Lyor resolved SSHD-776. - Resolution: Fixed Fix Version/s: 1.7.0 Thanks a lot for the contribution - merged (after few

[jira] [Comment Edited] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16200647#comment-16200647 ] Goldstein Lyor edited comment on SSHD-776 at 10/11/17 5:39 PM: --- Thanks a lot

[jira] [Commented] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16200787#comment-16200787 ] ASF GitHub Bot commented on SSHD-776: - Github user fcav1973 closed the pull request at:

[jira] [Commented] (SSHD-776) SSHD local port forwarding close session unexpectedly

2017-10-11 Thread Fulvio Cavarretta (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16200791#comment-16200791 ] Fulvio Cavarretta commented on SSHD-776: Thanks for accepting those modifications. I don't see any

[GitHub] mina-sshd pull request #38: [SSHD-776] SSHD local port forwarding close sess...

2017-10-11 Thread fcav1973
Github user fcav1973 closed the pull request at: https://github.com/apache/mina-sshd/pull/38 ---

[jira] [Created] (DIRMINA-1074) HttpServerDecoder bug

2017-10-11 Thread chenqiang (JIRA)
chenqiang created DIRMINA-1074: -- Summary: HttpServerDecoder bug Key: DIRMINA-1074 URL: https://issues.apache.org/jira/browse/DIRMINA-1074 Project: MINA Issue Type: Bug Components:

[jira] [Updated] (DIRMINA-1074) HttpServerDecoder bug

2017-10-11 Thread chenqiang (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenqiang updated DIRMINA-1074: --- Description: I used TCP to simulate a non normal HTTP get request StringBuilder sb = new