File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/com/arpnetworking/clusteraggregator/configuration Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -551,17 +551,17 @@ public Builder setReaggregationTimeout(final Duration value) {
551
551
552
552
/**
553
553
* How often an aggregator actor should check for liveliness. An actor is considered live
554
- * if any data is received between subsequent checks.
554
+ * if any data is received between consecutive checks.
555
555
*
556
- * This control is useful for culling aggregator instances for very infrequently occurring
557
- * dimension sets, especially if the application is long-lived.
556
+ * This control is useful for culling instances which aggregate very infrequent dimension
557
+ * sets, especially if the application itself is long-lived.
558
558
*
559
559
* This must be greater than the reaggregation timeout, otherwise an actor could be
560
560
* incorrectly marked as stale before flushing its data.
561
561
*
562
562
* Optional. Defaults to twice the reaggregation timeout. Cannot be null.
563
563
*
564
- * @param value Timeout from period start to wait for all data to arrive .
564
+ * @param value Timeout between consecutive liveliness checks .
565
565
* @return This instance of {@link Builder}.
566
566
*/
567
567
public Builder setAggregatorLivelinessTimeout (final Duration value ) {
@@ -604,7 +604,7 @@ public Builder setCalculateClusterAggregations(final Boolean value) {
604
604
}
605
605
606
606
/**
607
- * Validate that the aggregator liveliness timeout is less than the reaggregation timeout.
607
+ * Validate that the aggregator liveliness timeout is greater than the reaggregation timeout.
608
608
*
609
609
* @param aggregatorLivelinessTimeout the configured liveliness timeout
610
610
* @return true if the given value is valid
You can’t perform that action at this time.
0 commit comments