-
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
Eclipse che - volume mount error while launching more than 5 workspace at a time #19355
Comments
Even I am facing this issue, requesting to fix the issue ASAP. |
Same test is repeated again with the upgraded machine as 8 users are able to login successfully, 2 users got error as in screenshot Is there any concurrent queing issue or it has to be updated somewhere in advanced configuration? |
I believe there is not much Che can do with it. |
Tried with the following config,
again facing the same issue, while loading 10 workspace at a time. It launches ~6 workspace successfully, remaining fails. It takes more time in pvc attachment while launching workspace. Is there any way where we can pre-attach the pvc for all the workspace? |
Well, the issue you faced is not about PVC but about configmap cache, which is K8s internals. The last thing you can try to workaround the issue: remove FailedMount from unrecoverable events, in CheCluster CR it should be like the following: spec:
server:
customCheProperties:
CHE_INFRA_KUBERNETES_WORKSPACE__UNRECOVERABLE__EVENTS: FailedScheduling,MountVolume.SetUpfailed,Failed to pull image,FailedCreate,ReplicaSetCreateError Then workspace won't fail immediately after warning happened and maybe it will go further. You may find a solution for you cluster and you search |
Changed the configuration as follows:
Now tested with 20 users and launched 20 workspaces of random stacks. Next step is to test about to launch 50 workspace simultaneously, and I will post the result here once the test is done. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Describe the bug
Logged in 10 different users at the same time and launched 10 workspaces of each users at a time. 3 - 5 users are able to launch the workspace successfully, for remaining users getting time out error in mount volume, some users keep on loading the workspace and nothing is initialised in log window.
Che version
Advanced configuration:
Runtime
kubectl version
)Server Version: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.12-gke.1210", GitCommit:"199a41188dc0ca5d6d95b1cc7e8ba96e05f9dd0a", GitTreeState:"clean", BuildDate:"2021-02-05T18:03:16Z", GoVersion:"go1.13.15b4", Compiler:"gc", Platform:"linux/amd64"}
Installation method
Environment
Screenshots
Steps to reproduce
Expected behavior
It should be able to launch more than 50 workspaces at a time.
The text was updated successfully, but these errors were encountered: