-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deadlock while using SSL + Proxy #398
Comments
I know. I commented on your StackOverflow post. :)
|
Probably the best we can do is to open a MINA bug. But I saw there still is one related report open with them which sounds similar. |
Yes, are you referring to this? https://issues.apache.org/jira/browse/DIRMINA-1119 |
Yes that is the one.
|
I openend a new one and attached the thread dump: https://issues.apache.org/jira/browse/DIRMINA-1144 I noticed that the deadlock does not occurr in the mina version 2.0.20, but I want to do more test just to be 100% sure. |
Thank you.
|
I can confirm that the mina-core 2.0.20 version is working. So basically, if you exclude mina-core from quickfix dependency inside pom.xml file and include the 2.0.20 version, it should be fine. Since this is not a quickfix bug, I think I can close the issue. Feel free to reopen it for further problems. |
Thanks for analysing this. It is good to know that 2.0.20 does not have this bug. Would be interesting to know why but I hope the MINA guys will come up with something.
|
@JosephP91 i have similar issue which i downgraded to 2.0.23 but still figuring dead lock issue. Wondering what led us to 2.0.20 to make sure it's working.? Do we have any release not for this issue to occur after any specific version? |
This hopefully should be fixed with MINA 2.2.x |
@chrjohn Thanks for quick update. |
No, we do not have an ETA currently, still working on the 3.0.0 release which will most likely still use JDK8. |
That would be great if we can cut a release 2.3.x with mina 2.2.2. I could perform some sanity testing if that's possible. (Will be difficult to reproduce this issue on our lower environment). Let me know when if that's possible. Thanks Also, as per https://issues.apache.org/jira/browse/DIRMINA-1132 |
MINA 2.2.2 is still JDK8, otherwise #635 could not have been built. |
I have merged the changes into https://github.com/quickfix-j/quickfixj/tree/QFJ_2_3_x |
Sure, I'll give a try. You mean build a snapshot release on my local and test? |
Yes, exactly. |
Hi @chrjohn |
Got it. Thanks. I will try to perform integration testing locally to verify. |
Hi all! I found a deadlock while looking at this thread dump. It seems to be related to SSL and proxy.
https://www.dropbox.com/s/4bpyevdcrbdgmya/thread-dump-clean.txt?dl=0
The text was updated successfully, but these errors were encountered: