KKcorps commented on code in PR #14961:
URL: https://github.com/apache/pinot/pull/14961#discussion_r1944249852


##########
pinot-tools/src/main/java/org/apache/pinot/tools/RealtimeQuickStart.java:
##########
@@ -50,6 +51,8 @@ public static void main(String[] args)
   protected Map<String, Object> getConfigOverrides() {
     Map<String, Object> configOverrides = new HashMap<>();
     
configOverrides.put(CommonConstants.Server.CONFIG_OF_ENABLE_THREAD_CPU_TIME_MEASUREMENT,
 true);
+    configOverrides.put(SegmentCompletionConfig.FSM_SCHEME + "pauseless",

Review Comment:
   Let's not Add this here. Instead create a new quickstart called 
`PauselessRealtimeQuickstart` where pausless is also enabled for all tables
   
   We can do that in a seperate PR



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