Skip to content

Commit

Permalink
Break lease on iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Aug 28, 2023
1 parent 224eaf9 commit 108e9e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ private Boolean checkCompletion(TransferProcess transferProcess) {
var checker = statusCheckerRegistry.resolve(transferProcess.getDataDestination().getType());
if (checker == null) {
monitor.warning(format("No checker found for process %s. The process will not advance to the COMPLETED state.", transferProcess.getId()));
breakLease(transferProcess);
return false;
} else {
var resources = transferProcess.getProvisionedResources();
Expand Down

0 comments on commit 108e9e2

Please sign in to comment.