[jira] [Created] (DIRMINA-1169) BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor

2022-09-25 Thread Thomas Wolf (Jira)
Thomas Wolf created DIRMINA-1169: Summary: BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor Key: DIRMINA-1169 URL: https://issues.apache.org/jira/browse/DIRMINA-1169

[jira] [Work logged] (DIRMINA-1169) BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor

2022-09-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1169?focusedWorklogId=811920=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-811920 ] ASF GitHub Bot logged work on DIRMINA-1169: --- Author: ASF GitHub Bot

[GitHub] [mina] tomaswolf opened a new pull request, #35: [DIRMINA-1169] Fix unbinding a serverSocketChannel

2022-09-25 Thread GitBox
tomaswolf opened a new pull request, #35: URL: https://github.com/apache/mina/pull/35 Since Java 11, closing a ServerSocketChannel may release the socket only on the next select() call. If we try to register a new binding for an unbound socket before the next select, a BindException

[jira] [Work logged] (DIRMINA-1169) BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor

2022-09-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1169?focusedWorklogId=811922=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-811922 ] ASF GitHub Bot logged work on DIRMINA-1169: --- Author: ASF GitHub Bot

[GitHub] [mina] chrjohn commented on pull request #35: [DIRMINA-1169] Fix unbinding a serverSocketChannel

2022-09-25 Thread GitBox
chrjohn commented on PR #35: URL: https://github.com/apache/mina/pull/35#issuecomment-1257198626 Would be good if this could also be merged to 2.2.x then. It causes intermittent failures in our test suite (QuickFIX/J) -- This is an automated message from the Apache Git Service. To

[jira] [Comment Edited] (SSHD-1195) User id/ Group id of the file and directories are not shown correctly for a single file

2022-09-25 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17609252#comment-17609252 ] Thomas Wolf edited comment on SSHD-1195 at 9/25/22 9:27 PM: For remote files,

[jira] [Commented] (SSHD-1195) User id/ Group id of the file and directories are not shown correctly for a single file

2022-09-25 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17609244#comment-17609244 ] Thomas Wolf commented on SSHD-1195: --- Interestingly, OpenSSH now has a similar bug report: [bug

[jira] [Resolved] (SSHD-1195) User id/ Group id of the file and directories are not shown correctly for a single file

2022-09-25 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf resolved SSHD-1195. --- Resolution: Not A Problem For remote files, it's the server that does the group/user-id-to-names

[jira] [Commented] (DIRMINA-1169) BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor

2022-09-25 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17609167#comment-17609167 ] Thomas Wolf commented on DIRMINA-1169: -- [PR 35|https://github.com/apache/mina/pull/35] proposes a

[jira] [Commented] (SSHD-1256) PortForwardingTest.testRemoteForwardingSecondTimeInSameSession sometimes fails in Github CI

2022-09-25 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17609168#comment-17609168 ] Thomas Wolf commented on SSHD-1256: --- I've opened DIRMINA-1169 for this. >