-
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
Access to workspace freezes when loading moderately big maven project #3115
Comments
Can you try upgrading to M7? We had some issues that affected performance due to our file system watchers that I believe were solved in m7. This issue sounds similar to that. |
M7 has new config for docker launcher right ? I couldn't find the new config. i tried M7 and codenvy/che-server failed. can you help me finding the right setting for M7 codenvy/che-server |
This is the latest syntax. |
thanks |
I experience this issue too using M8. It's hard to reproduce, it just seems to be a constant thing that prevents me from doing any real work... sadly :( I am using boot2docker with Virtualbox on windows if that helps. I notice it happens a lot during npm install/composer install/bower install/possibly .git file changes. How does the system react to files in the project changing? |
@slemeur - is this related to the popup issue that we are working on now? If yes, then we can reproduce it. If it's not, then we may need to ask for some diagnostic time on @patricknazar machine to see if we can diagnose the root cause. @dkuleshov - FYI. @patricknazar - the system has file system watchers inside of the container that monitor for file changes. It's supposed to make the system super fast, but there are edge cases that we have to account for at times. |
This could be related to codenvy/codenvy#1249 |
@KakashiMamun - FYI - this comment and merge should solve the issue. |
@KakashiMamun I am closing this issue as the merged change fixes it. |
[Access to workspace freeze when loading moderately big maven project]
Reproduction Steps:
2.Import medium or big java maven project with several module and module inside module.
3.While connected to the workspace try to connect with incognito window/another pc in the same network.
Expected behavior:
Should connect to the worksapce and being able to modify code.
[Describe expected behavior here]
When 2nd or 3rd person connects to the workspace he/she should be able to load the page and open file to edit.
Observed behavior:
Page starts "Reading project structure..." and freezes.
[Describe observed behavior here]
When second or 3rd person logs in the page stops responding. Even starts lagging for the 1st person also.
Che version: [5.0.0-M5]
OS and version: [Ubuntu 14.04]
Docker version: [1.12.3]
Che install: [Docker container, codenvy/che-server:latest but local assembly. built on 5.0.0-M5]
Additional information:
The issue occurs only for maven project. other types of project shows "Reading project structure.." but doesn't freeze. only incase of maven and medium or big project it freezes.
I haven't tested older versions.
Every time. may be some time it freeze for 30s-1min... sometimes for 20mins
The text was updated successfully, but these errors were encountered: