-
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
IDE hangs from time to time #18151
Comments
Tested for https://che.openshift.io/ |
Maybe related to upstream changes eclipse-theia/theia@fe4062e |
Is it reproducible on local Che deployment? |
@vitaliy-guliy |
I found that commit eclipse-theia/theia@329a3ef brought breaking changes for che. |
I'm labeling it as a blocker since it prevents us from consuming the latest upstream Theia commits with the required changes. |
@azatsarynnyy +1 on this being a blocker: let's not stay off theia/master too long. |
First we had suspicion that watcher related changes brought breaking changes for che, but after investigation I detected that the behavior was broken by eclipse-theia/theia@329a3ef |
@tsmaeder First I see tons of logs:
then
Pay attention on then tons of logs like:
then
|
That makes sense: plugin activation should be a no-op after the first time, the referenced commit broke that behaviour, obviously. |
fixed by eclipse-che/che-theia#891 |
Describe the bug
Within dogfooding session I faced with the problem that sometimes Che hangs
Looks like it starts from project tree items hang then IDE hangs in general, finally I get
Connection is closed
error orPaused before potential out-of-memory
state (see screenshots section).Please see video: https://youtu.be/3na80JGPMdw
Che version
I can reproduce it on dogfooding instance using fresh master of
theia
andche-theia
, so my own images.Also I tested it for devfile from happy tests for eclipse-che/che-theia#882.
Steps to reproduce
Screenshots
video: https://youtu.be/3na80JGPMdw
Environment
dogfooding instance
The text was updated successfully, but these errors were encountered: