The GitHub Actions job "Required Checks" on 
texera.git/feat/geesefs-helm-packaging has failed.
Run started by GitHub user aicam (triggered by aicam).

Head commit for run:
244db65a02940a44f3356ad845fc02bc2b014908 / ali <[email protected]>
refactor(mounter): unmount on a pod-delete watch instead of polling

The reaper polled the API server for every mount directory every 60s, so an
orphan survived up to a minute after its CU pod went away and each pass cost
one GET per directory.

Replace it with the standard list-then-watch: the initial LIST reconciles
whatever was missed while the mounter was down, a WATCH on the pool namespace
unmounts a CU's directories as soon as its pod is deleted, and the watch's
server-side expiry re-runs the reconcile as the safety net for events missed
across a disconnect and for orphans whose lazy unmount had not completed yet.

The RBAC already granted pods watch, so no permission change is needed.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Claude-Session: https://claude.ai/code/session_01VjyVVg9XyA9KGRT9RVDRPn

Report URL: https://github.com/apache/texera/actions/runs/29939725120

With regards,
GitHub Actions via GitBox

Reply via email to