xiangfu0 commented on code in PR #16361:
URL: https://github.com/apache/pinot/pull/16361#discussion_r2442569702


##########
pinot-core/src/main/java/org/apache/pinot/core/common/MinionConstants.java:
##########
@@ -160,6 +155,16 @@ public static class RealtimeToOfflineSegmentsTask extends 
MergeTask {
     public static final String MERGE_TYPE_KEY = "mergeType";
     public static final String AGGREGATION_TYPE_KEY_SUFFIX = 
".aggregationType";
 
+    /**
+     * Number of segments to query in one batch to fetch valid doc id metadata 
for upsert tables, by default 500
+     */
+    public static final String NUM_SEGMENTS_BATCH_PER_SERVER_REQUEST = 
"numSegmentsBatchPerServerRequest";

Review Comment:
   Make the `DEFAULT_NUM_SEGMENTS_BATCH_PER_SERVER_REQUEST = 500 `here 



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