Needs Immutable Iterator

2018-02-24 Thread Jonathan Valliere
Hi Everyone, Working on a couple of bugs and needed an Immutable Iterator. Is there an Immutable Iterator in any of the existing dependencies or the codebase of Mina that I should use instead of adding one. -J

Re: Needs Immutable Iterator

2018-02-24 Thread Christoph John
What about Collections.unmodifiableList( list ).iterator() from JDK? Cheers, Chris. On 25/02/18 00:59, Jonathan Valliere wrote: Hi Everyone, Working on a couple of bugs and needed an Immutable Iterator. Is there an Immutable Iterator in any of the existing dependencies or the codebase of

[jira] [Commented] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375884#comment-16375884 ] Jonathan Valliere commented on DIRMINA-1076: *Why Patch 2.0 doesn't fully work* Seems like 

[jira] [Commented] (DIRMINA-1077) Threads hanging in dispose() on SSLHandshakeException

2018-02-24 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375885#comment-16375885 ] Jonathan Valliere commented on DIRMINA-1077: Seems like DIRMINA-1076 was not fully fixed

[jira] [Commented] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375914#comment-16375914 ] Emmanuel Lecharny commented on DIRMINA-1076: Right. One of the problem is that the session

[jira] [Commented] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375945#comment-16375945 ] Jonathan Valliere commented on DIRMINA-1076: {{wakeup()}} actually doesn't mitigate the next

[jira] [Commented] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375934#comment-16375934 ] Emmanuel Lecharny commented on DIRMINA-1076: Calling {{wakeup()}} should make the next call

[jira] [Comment Edited] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375918#comment-16375918 ] Emmanuel Lecharny edited comment on DIRMINA-1076 at 2/25/18 4:34 AM: -

[jira] [Commented] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375919#comment-16375919 ] Jonathan Valliere commented on DIRMINA-1076: When called from the {{IoProcessor}} worker

[jira] [Work started] (SSHD-792) Remote Port-Forwarding uses invalid "original host" values

2018-02-24 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-792 started by Goldstein Lyor. --- > Remote Port-Forwarding uses invalid "original host" values >

Re: Needs Immutable Iterator

2018-02-24 Thread Emmanuel Lécharny
Le 25/02/2018 à 00:59, Jonathan Valliere a écrit : > Hi Everyone, > > Working on a couple of bugs and needed an Immutable Iterator. Is there an > Immutable Iterator in any of the existing dependencies or the codebase of > Mina that I should use instead of adding one. We don't have any

[jira] [Commented] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375925#comment-16375925 ] Emmanuel Lecharny commented on DIRMINA-1076: Right, right. I kind of like this option 3.

[jira] [Commented] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375908#comment-16375908 ] Jonathan Valliere commented on DIRMINA-1076: The problem is no atomic method of knowing of

[jira] [Commented] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375929#comment-16375929 ] Jonathan Valliere commented on DIRMINA-1076: {{selector.close()}} occurs inside of the

[jira] [Commented] (DIRMINA-1076) Leaking NioProcessors/NioSocketConnectors hanging in call to dispose

2018-02-24 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375905#comment-16375905 ] Emmanuel Lecharny commented on DIRMINA-1076: A question : if the pb is the