You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Che Server rejects JSON RPC messages which may lead to losing events.
There is a ci-test job that failed because of slow tests execution. #11920 (comment)
Che Server Logs contain a lot of logged wsagent log events like the following:
It happes because JSON RPC Thead Executor is full.
Except logs, there are bootstrapper/plugin broker events which MUST NOT be rejected because it will lead to workspace start failure.
The idea of how to solve this issue is to limit the number of logs which are propagated by bootstrapper like 10 per second or maybe sent them in batch.
Description
Che Server rejects JSON RPC messages which may lead to losing events.
There is a
ci-test
job that failed because of slow tests execution.#11920 (comment)
Che Server Logs contain a lot of logged
wsagent
log events like the following:After that there are errors that JSON RPC messages are dropped:
It happes because JSON RPC Thead Executor is full.
Except logs, there are bootstrapper/plugin broker events which MUST NOT be rejected because it will lead to workspace start failure.
The idea of how to solve this issue is to limit the number of logs which are propagated by bootstrapper like 10 per second or maybe sent them in batch.
Reproduction Steps
OS and version:
Diagnostics:
Full Che Servers Log available here https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/1179/Selenium_20tests_20report/che_server_logs.zip
The text was updated successfully, but these errors were encountered: