-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Provide more informative error message #12814
Conversation
…websocket endpoint of JSON RPC stack Signed-off-by: Sergii Kabashniuk <[email protected]>
As alternative implementation, I also thought about adding an additional constructor like public ExecutorServiceProvider(int corePoolSize, int maxPoolSize, int queueCapacity, RejectedExecutionHandler handler) { |
ci-build |
@skabashnyuk I like this way more, because for me |
… major websocket endpoint of JSON RPC stack Signed-off-by: Sergii Kabashniuk <[email protected]>
@sleshchenko ok |
ci-build |
ci-test |
...mmons-lang/src/main/java/org/eclipse/che/commons/lang/execution/ExecutorServiceProvider.java
Outdated
Show resolved
Hide resolved
…tion on major websocket endpoint of JSON RPC stack Signed-off-by: Sergii Kabashniuk <[email protected]>
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
ci-build |
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
What does this PR do?
Provide more informative error message in case of execution rejection on major websocket endpoint of JSON RPC stack
Follow up of #12673 (comment)
What issues does this PR fix or reference?
#12673 (comment)
Release Notes
n/a
Docs PR
n/a