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
Problem: the hk->allocations list is manipulated directly in
several places, and deletion is a bit awkward.
Store the list cursor in the list item so it doesn't have to be
looked up using zlistx_find() for deletion.
Streamline error handling code in housekeeping_start() by starting
bulk execution before adding the allocation to the list.
Log unexpected internal errors at LOG_CRIT.
0 commit comments