Closed karlkfi closed 3 years ago
Pleas fix the cli-utils-presubmit-master
failure.
Otherwise, LGTM.
Tests fixed.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: karlkfi, mortent
The full list of commands accepted by this bot can be found here.
The pull request process is described here
The Pruner modifies the input object when the deletion prevention annotation is present. This in turn modifies the object map, which creates a race condition when reading the object map from the task runner. To fix the race, a copy of the object is made, but only if the deletion prevention filter prevents deletion.