Phillippko commented on code in PR #7156:
URL: https://github.com/apache/ignite-3/pull/7156#discussion_r2606434381
##########
modules/cli/src/main/java/org/apache/ignite/internal/cli/call/recovery/restart/RestartPartitionsCall.java:
##########
@@ -34,13 +34,16 @@
public class RestartPartitionsCall implements Call<RestartPartitionsCallInput,
String> {
private final ApiClientFactory clientFactory;
+ /** Timeout used for disaster recovery operations. */
+ private static final int TIMEOUT_MILLIS = 30_000;
Review Comment:
It is a timeout used in DisasterRecoveryManager - but there is no dependency
on recovery module. Though we can move it to some common module
--
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]