[jira] [Commented] (SSHD-1289) Deadlock during session exit

2022-08-11 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17578821#comment-17578821 ] Thomas Wolf commented on SSHD-1289: --- (1) also crossed my mind. Basically implement that "preferential

[jira] [Commented] (SSHD-1290) Race condition is logged in ChannelAsyncOutputStream

2022-08-11 Thread Evgeny Pasynkov (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17578726#comment-17578726 ] Evgeny Pasynkov commented on SSHD-1290: --- Sure, will try do to it tomorrow. In any case better

[jira] [Commented] (SSHD-1290) Race condition is logged in ChannelAsyncOutputStream

2022-08-11 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17578712#comment-17578712 ] Thomas Wolf commented on SSHD-1290: --- Probably not "racy"; I don't see unsynchronized accesses in the

[jira] [Commented] (SSHD-1289) Deadlock during session exit

2022-08-11 Thread Evgeny Pasynkov (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17578709#comment-17578709 ] Evgeny Pasynkov commented on SSHD-1289: --- [~twolf] Your commit message is fine, but the whole PR

[jira] [Updated] (SSHD-1289) Deadlock during session exit

2022-08-11 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf updated SSHD-1289: -- Priority: Critical (was: Major) > Deadlock during session exit > > >

[jira] [Assigned] (SSHD-1289) Deadlock during session exit

2022-08-11 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf reassigned SSHD-1289: - Assignee: Thomas Wolf > Deadlock during session exit > > >

[jira] [Commented] (SSHD-1289) Deadlock during session exit

2022-08-11 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17578699#comment-17578699 ] Thomas Wolf commented on SSHD-1289: --- Ouch. That one hurts. Of course a lock promotion from read lock to

[jira] [Work logged] (SSHD-1289) Deadlock during session exit

2022-08-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1289?focusedWorklogId=800119=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-800119 ] ASF GitHub Bot logged work on SSHD-1289: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf opened a new pull request, #238: [SSHD-1289] Fix lock handling in KeyExchangeMessageHandler

2022-08-11 Thread GitBox
tomaswolf opened a new pull request, #238: URL: https://github.com/apache/mina-sshd/pull/238 Make sure that a thread does not try to acquire the write lock if it already holds the read lock. This could happen if a write is not enqueued and there is an exception during writing, and we

Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-08-11 Thread Emmanuel Lécharny
Directory. bascially, rebuilding Apache LDAP API with Java 8 did the trick. The pb was due to an exception caused by an API change in Java 9, related to ByteBuffer (see https://www.morling.dev/blog/bytebuffer-and-the-dreaded-nosuchmethoderror/) which was causing an exception to be thrown,

Re: Apache MINA SSHD 2.9.1 bug-fix release needed (Was: Apache MINA 2.9.1 bug-fix release needed)

2022-08-11 Thread Guillaume Nodet
I'm mostly offline these days, but i'll try to push a release candidate for a vote this week or next. Le mer. 3 août 2022 à 22:03, Thomas Wolf a écrit : > On 02.08.22 23:47 , Thomas Wolf wrote: > > The 2.9.0 release appears to have been built incorrectly. > > To clarify: of course I meant "The

[jira] [Created] (SSHD-1290) Race condition is logged in ChannelAsyncOutputStream

2022-08-11 Thread Evgeny Pasynkov (Jira)
Evgeny Pasynkov created SSHD-1290: - Summary: Race condition is logged in ChannelAsyncOutputStream Key: SSHD-1290 URL: https://issues.apache.org/jira/browse/SSHD-1290 Project: MINA SSHD Issue

[jira] [Updated] (SSHD-1289) Deadlock during session exit

2022-08-11 Thread Evgeny Pasynkov (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Evgeny Pasynkov updated SSHD-1289: -- Description: {code} java.lang.Thread.State: WAITING at

[jira] [Created] (SSHD-1289) Deadlock during session exit

2022-08-11 Thread Evgeny Pasynkov (Jira)
Evgeny Pasynkov created SSHD-1289: - Summary: Deadlock during session exit Key: SSHD-1289 URL: https://issues.apache.org/jira/browse/SSHD-1289 Project: MINA SSHD Issue Type: Bug Affects