ankitsultana commented on code in PR #13686:
URL: https://github.com/apache/pinot/pull/13686#discussion_r1693284438


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -344,6 +345,9 @@ public static class Broker {
     // precedence over "query.response.size" (i.e., "query.response.size" will 
be ignored).
     public static final String CONFIG_OF_MAX_SERVER_RESPONSE_SIZE_BYTES = 
"pinot.broker.max.server.response.size.bytes";
 
+    public static final String CONFIG_OF_NEW_SEGMENT_EXPIRATION_SECONDS = 
"pinot.broker.new.segment.expiration.seconds";

Review Comment:
   nit: Can you add a JavaDoc for this variable to explain what this config 
does?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to