swuferhong commented on code in PR #3429:
URL: https://github.com/apache/fluss/pull/3429#discussion_r3360690554
##########
fluss-server/src/main/java/org/apache/fluss/server/coordinator/rebalance/RebalanceManager.java:
##########
@@ -70,8 +78,17 @@
public class RebalanceManager {
private static final Logger LOG =
LoggerFactory.getLogger(RebalanceManager.class);
+ /** Hardcoded timeout for an in-flight rebalance task: 2 minutes. */
+ private static final long REBALANCE_TASK_TIMEOUT_MS = 2 * 60 * 1000L;
Review Comment:
This parameter will be introduced along with its dynamic update strategy in
a follow-up based on requirements.
--
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]