sanpwc commented on code in PR #6641:
URL: https://github.com/apache/ignite-3/pull/6641#discussion_r2388219677
##########
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:
Is it always called within transaction?
--
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]