jihoonson commented on a change in pull request #6414: Period
load/drop/broadcast rules should include the future by default
URL: https://github.com/apache/incubator-druid/pull/6414#discussion_r229479498
##########
File path:
server/src/main/java/org/apache/druid/server/coordinator/rules/PeriodBroadcastDistributionRule.java
##########
@@ -32,17 +32,21 @@
public class PeriodBroadcastDistributionRule extends BroadcastDistributionRule
{
static final String TYPE = "broadcastByPeriod";
+ public static final boolean DEFAULT_INCLUDE_FUTURE = true;
Review comment:
Can be private.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]