-
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
watch PVC WaitForFirstConsumer
event to avoid deadlock
#14239
Conversation
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Outdated
Show resolved
Hide resolved
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Outdated
Show resolved
Hide resolved
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general LGTM.
Please take a look my inline comments
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Outdated
Show resolved
Hide resolved
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Show resolved
Hide resolved
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
ci-test |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please take a look a few more comments
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Outdated
Show resolved
Hide resolved
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Outdated
Show resolved
Hide resolved
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Outdated
Show resolved
Hide resolved
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Outdated
Show resolved
Hide resolved
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Show resolved
Hide resolved
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
...ipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesPersistentVolumeClaims.java
Show resolved
Hide resolved
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
Signed-off-by: Michal Vala <mvala@redhat.com>
Signed-off-by: Michal Vala <mvala@redhat.com>
Signed-off-by: Michal Vala <mvala@redhat.com>
Signed-off-by: Michal Vala <mvala@redhat.com>
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still LGTM )
Please backport to 6.19.6 so we can pick this up in CRW 1.2.x. cc: @slemeur |
6 backport - Watch PVC `WaitForFirstConsumer` event to avoid deadlock (#14239)
Signed-off-by: Michal Vala mvala@redhat.com
What does this PR do?
watches for PVC
WaitForFirstConsumer
event when creating the workspace to avoid deadlock sitation in case that usedStorageClass
hasVolumeBindingMode: WaitForFirstConsumer
What issues does this PR fix or reference?
#13437
ref: #12889 (comment)