Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
traverser: add support for canceling brokerless resource vertices
Problems: handling partial cancel for brokerless resources when default pruning filters are set (ALL:core) and pruning filters are set for the resources excluded from broker ranks (e.g., ALL:ssd). With ALL:core configured, the final .free RPC frees all planner_multi-tracked resources, which prevents a cleanup, full cancel. However, tracking additional resources (e.g., ALL:ssd) successfully removes resource allocations on those vertices only with a cleanup cancel. Add capability to detect brokerless resource vertices and cancel the vertices in a cleanup step.
- Loading branch information