Re: Apache mina 2.2.1 thread blocking issue.

2023-04-25 Thread Emmanuel Lécharny
Hi Kishire, the fact it's working with 2.0.21 is pure luck, IMHO. Two things: - we need a full thread dump in order to see if there is a deadlock somewhere - The info you are providing are super limited. Without the whole code, and a way to reproduce the problem, there is no way we can underst

Re: Apache mina 2.2.1 thread blocking issue.

2023-04-25 Thread Kishore Mokkarala
Here is an scenario, I have one gate way IP which i connect initially ,this > gate way will return list of ips. > now i will close the previous IOsession and will create a nio connection > with the first ip in the list.if it did n't work then again i will try to > connect to next ip etc.. > All the

Re: Apache mina 2.2.1 thread blocking issue.

2023-04-25 Thread Kishore Mokkarala
Here is an scenario, I have one gate way IP which i connect initially ,this gate way will return list of ips. now i will close the previous IOsession and will create a nio connection with the first ip in the list.if it did n't work then again i will try to connect to next ip etc.. All these are in

Re: Apache mina 2.2.1 thread blocking issue.

2023-04-25 Thread Jonathan Valliere
Please make a Jira. I also need an example to run which reproduces the error. On Tue, Apr 25, 2023 at 6:35 AM Kishore Mokkarala wrote: > Hi, > I have migrated from 2.0.21 to 2.023 for solving CVE, i have seen thread > blocking issue, So used latest mina verstion 2.2.1 but still threads were > bl

Apache mina 2.2.1 thread blocking issue.

2023-04-25 Thread Kishore Mokkarala
Hi, I have migrated from 2.0.21 to 2.023 for solving CVE, i have seen thread blocking issue, So used latest mina verstion 2.2.1 but still threads were blocked here is the sample code.Thread hungs at awaitUninterruptibly. Once this issue comes in sub sequest launches nothing will work all threads