denis-chudov commented on code in PR #6641:
URL: https://github.com/apache/ignite-3/pull/6641#discussion_r2387295533
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/mapping/ExecutionDistributionProviderImpl.java:
##########
@@ -46,6 +46,9 @@
/** Execution nodes information provider. */
public class ExecutionDistributionProviderImpl implements
ExecutionDistributionProvider {
+ /** Non-empty assignments await timeout. */
+ public static final int AWAIT_NON_EMPTY_ASSIGNMENTS_TIMEOUT_MILLIS =
30_000;
Review Comment:
It works the same way as primary replica waiting. I believe using txn
timeout here is a separate task, probably we should make TODO ticket for that
--
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]