Skip to content

Commit

Permalink
Add log for possible reason that blocks the waitForCleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Sep 26, 2024
1 parent 09f40ff commit d429420
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,7 @@ private void waitForCleanups(String broker, boolean excludeSystemTopics, int max

if (data.state() == Owned && broker.equals(data.dstBroker())) {
cleaned = false;
log.info("[{}] bundle {} is still owned by this, data: {}", broker, serviceUnit, data);
break;
}
}
Expand Down

0 comments on commit d429420

Please sign in to comment.