Rishabh Patel created HDDS-15289:
------------------------------------
Summary: K8s tests get stuck when cleaning up PVCs and PVs
Key: HDDS-15289
URL: https://issues.apache.org/jira/browse/HDDS-15289
Project: Apache Ozone
Issue Type: Bug
Reporter: Rishabh Patel
Assignee: Rishabh Patel
The CI gets blocked when cleaning up the PVC.
Note here that the PVC is being attempted to be removed but stuck after that
until it times out after an hour since the start of the test.
{code:java}
2026-05-08T14:26:53.5904409Z persistentvolumeclaim "data-recon-0" deleted from
default namespace
2026-05-08T14:26:53.5944471Z persistentvolumeclaim "data-s3g-0" deleted from
default namespace
2026-05-08T14:26:53.6040803Z persistentvolumeclaim "data-scm-0" deleted from
default namespace
2026-05-08T14:26:53.6149455Z persistentvolumeclaim "data-scm-1" deleted from
default namespace
2026-05-08T14:26:53.6224705Z persistentvolumeclaim "data-scm-2" deleted from
default namespace
2026-05-08T15:18:10.1365487Z ##[error]The operation was canceled.
2026-05-08T15:18:10.1483849Z Post job cleanup.
2026-05-08T15:18:10.2378816Z [command]/usr/bin/git version {code}
reset_k8s_env function performs the cleanup.
There are two concerns:
# There is no timeout for cleaning up the PVCs and PVs
# The PV retain policy is undefined
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]