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_r229478549
 
 

 ##########
 File path: docs/content/operations/rule-configuration.md
 ##########
 @@ -73,9 +74,10 @@ Period load rules are of the form:
 
 * `type` - this should always be "loadByPeriod"
 * `period` - A JSON Object representing ISO-8601 Periods
+* `includeFuture` - A JSON Boolean indicating whether the load period should 
include the future. This property is optional, Default is true.
 * `tieredReplicants` - A JSON Object where the keys are the tier names and 
values are the number of replicas for that tier.
 
-The interval of a segment will be compared against the specified period. The 
rule matches if the period overlaps the interval.
+The interval of a segment will be compared against the specified period. The 
period is from some time in the past to the future or to the current time, 
which depends on `includeFuture` is true or false. The rule matches if the 
period `overlaps` the interval.
 
 Review comment:
   The backtick (`) is for code blocks. How about _italics_(single asterisk or 
underscore) or __bold__ (double asterisk or underscore)?

----------------------------------------------------------------
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]

Reply via email to