ibessonov commented on code in PR #4403:
URL: https://github.com/apache/ignite-3/pull/4403#discussion_r1764553065
##########
modules/system-disaster-recovery/src/main/java/org/apache/ignite/internal/disaster/system/MetastorageRepairImpl.java:
##########
@@ -128,7 +128,14 @@ public void onNodeInvalidated(LogicalNode invalidatedNode)
{
});
return future
- .thenRun(() -> logicalTopology.removeEventListener(listener));
+ .orTimeout(WAIT_FOR_NODES_SECONDS, TimeUnit.MINUTES)
Review Comment:
Is it seconds or minutes?
--
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]