lnbest0707-uber commented on code in PR #14170:
URL: https://github.com/apache/pinot/pull/14170#discussion_r2054918406


##########
pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamConfigProperties.java:
##########
@@ -111,6 +111,13 @@ private StreamConfigProperties() {
   public static final String DEPRECATED_SEGMENT_FLUSH_DESIRED_SIZE = 
"realtime.segment.flush.desired.size";
   public static final String SEGMENT_FLUSH_THRESHOLD_SEGMENT_SIZE = 
"realtime.segment.flush.threshold.segment.size";
 
+  /**
+   * The variance fraction allowed for the segment size auto tuning. The valid 
value is [0.0, 0.5].
+   * By default 0.0 is used.
+   */
+  public static final String FLUSH_THRESHOLD_VARIANCE_FRACTION =
+      "realtime.segment.flush.threshold.variance.fraction";

Review Comment:
   The PR description says "percentage" but here actually uses "fraction"..



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to