You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: timeout/PAUSE job lifecycle — CPU binding, cgroup cleanup, and block -r on PAUSE
Four interrelated fixes for PAUSE (timeout) job handling:
1. Block 'ts -r' on PAUSE jobs (like RUNNING)
- s_remove_job() now rejects PAUSE state the same as RUNNING
- Avoids cgroups_clean_job() on live processes
2. Free CPU binding on PAUSE (safe_pause_job)
- cpu_bind_free() when pausing, so allocator can reassign CPUs
- Re-allocate on PAUSE→RUNNING resume in config_running()
3. Fix double CPU allocation for QUEUED→RUNNING
- Guard re-allocation in config_running() with p->pid != 0
- QUEUED jobs get allocated later in s_process_runjob_ok()
4. Fix cgroup cleanup order for v1
- Swap cleanup_freeze after cleanup_cpu in cgroups_clean_job()
- CPU cleanup kills processes first, freeze rmdir succeeds immediately
Also: cgroups v1/v2 init validation, reconnect improvements,
start-service flag, non-fatal cpu.cfs_quota_us warnings.
{"auditId":"a8e5dadf-b5d2-4cc2-90a2-08692b83bf6e","ok":false,"error":"Not authenticated with a claude.ai account. Run /login and try again.","createdAt":1780452897448}
2
+
{"auditId":"13526caa-c23f-4d07-95d4-daebf154d6bc","ok":false,"error":"Not authenticated with a claude.ai account. Run /login and try again.","createdAt":1780452903533}
3
+
{"auditId":"cae3aff9-3566-42ab-be48-5d4c4306e040","ok":false,"error":"Not authenticated with a claude.ai account. Run /login and try again.","createdAt":1780452925545}
4
+
{"auditId":"77586bc1-5c0e-484d-87f5-1182ba975879","ok":false,"error":"Not authenticated with a claude.ai account. Run /login and try again.","createdAt":1780452943937}
5
+
{"auditId":"cddb29a3-41e0-440d-aedf-26f9a4e9f407","ok":false,"error":"Not authenticated with a claude.ai account. Run /login and try again.","createdAt":1780452954295}
6
+
{"auditId":"331a804d-cb4c-4304-b637-79a09ce19494","ok":false,"error":"Not authenticated with a claude.ai account. Run /login and try again.","createdAt":1780452971227}
7
+
{"auditId":"deb5a7b1-db62-4185-a5c5-00f7a895fbed","ok":false,"error":"Not authenticated with a claude.ai account. Run /login and try again.","createdAt":1780452976216}
8
+
{"auditId":"f21b7b91-e3f7-4813-9f73-a63aa070dddd","ok":false,"error":"Not authenticated with a claude.ai account. Run /login and try again.","createdAt":1780453012872}
0 commit comments