Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[SDCISA-16207] Respond failure immediately in place of waiting for timeout #595

Conversation

hiddenalpha
Copy link
Member

Seems to happen quite regularly. A short take from logs:

2024-06-17T09:40:51,648 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T09:40:51,841 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T09:40:51,964 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T09:40:52,352 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T09:41:21,218 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T09:46:01,422 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T09:46:06,638 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T09:53:07,226 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T09:56:52,253 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T09:59:51,920 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T10:00:22,222 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null
2024-06-17T10:09:51,211 int houston ERROR ContextImpl - Unhandled exception
java.lang.IllegalStateException: null

Potentially fixes #593

@hiddenalpha hiddenalpha added bug java Pull requests that update Java code performance labels Jun 17, 2024
@hiddenalpha hiddenalpha merged commit 5e0b379 into swisspost:develop Jun 17, 2024
1 check passed
@hiddenalpha hiddenalpha deleted the RespondFailureImmediatelyInPlaceOfWaitingForTimeoutDueToIllegalStateException-20240617 branch June 17, 2024 12:28
@hiddenalpha hiddenalpha restored the RespondFailureImmediatelyInPlaceOfWaitingForTimeoutDueToIllegalStateException-20240617 branch June 18, 2024 11:37
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug java Pull requests that update Java code performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IllegalStateException without any useful details when trying to register endHandler
2 participants