Skip to content
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

Messaging client hangs during shutdown #23582

Closed
joe-chacko opened this issue Dec 5, 2022 · 1 comment · Fixed by #23574
Closed

Messaging client hangs during shutdown #23582

joe-chacko opened this issue Dec 5, 2022 · 1 comment · Fixed by #23574
Assignees
Labels
release bug This bug is present in a released version of Open Liberty release:23001

Comments

@joe-chacko
Copy link
Member

Describe the bug
While the server is creating the SSL keystore, the messaging client restarts. During the shutdown of the messaging client a new outbound connection can be created that is then never cleaned up. The next server shutdown then hangs indefinitely.

Steps to Reproduce
This is hard to reproduce. An application must try to connect to a remote messaging engine while the server-acting-as-client is creating a new keystore.

Expected behavior
No new outbound connection should be allowed while the messaging client is shutting down.

Diagnostic information:

  • OpenLiberty Version: all versions prior to 22.0.0.13
  • Affected feature(s) wasJmsClient-2.0, messagingClient-3.0
  • Java Version: all
@joe-chacko joe-chacko added the release bug This bug is present in a released version of Open Liberty label Dec 5, 2022
@joe-chacko
Copy link
Member Author

Fixed by #23574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release bug This bug is present in a released version of Open Liberty release:23001
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants