sashapolo commented on code in PR #3216:
URL: https://github.com/apache/ignite-3/pull/3216#discussion_r1494171251
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneManager.java:
##########
@@ -1390,7 +1389,7 @@ private void
registerCatalogEventListenersOnStartManagerBusy() {
catalogManager.listen(ZONE_DROP, (parameters, exception) ->
inBusyLock(busyLock, () -> {
assert exception == null : parameters;
- return onDropZoneBusy((DropZoneEventParameters)
parameters).thenCompose((ignored) -> falseCompletedFuture());
+ return onDropZoneBusy((DropZoneEventParameters)
parameters).thenApply((ignored) -> false);
Review Comment:
What do you mean?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]