ibessonov commented on code in PR #2838:
URL: https://github.com/apache/ignite-3/pull/2838#discussion_r1399166857
##########
modules/schema/src/main/java/org/apache/ignite/internal/schema/configuration/LowWatermarkConfigurationSchema.java:
##########
@@ -41,7 +41,7 @@ public class LowWatermarkConfigurationSchema {
// TODO https://issues.apache.org/jira/browse/IGNITE-18977 Make these
values configurable and create dynamic validator after that.
@Range(min = DEFAULT_IDLE_SAFE_TIME_PROPAGATION_PERIOD_MILLISECONDS +
CLOCK_SKEW)
@Value(hasDefault = true)
- public long dataAvailabilityTime = TimeUnit.MINUTES.toMillis(45);
+ public long dataAvailabilityTime = TimeUnit.MINUTES.toMillis(10);
Review Comment:
Everything's completely random. We will figure out our defaults later.
Using 10 instead of 45 allows you to run shorter tests to see the difference
(with default settings)
--
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]