9aman commented on code in PR #14741:
URL: https://github.com/apache/pinot/pull/14741#discussion_r1906667983


##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java:
##########
@@ -544,6 +557,55 @@ private void doAddConsumingSegment(String segmentName)
     _logger.info("Added new CONSUMING segment: {}", segmentName);
   }
 
+  @Override
+  public File downloadSegment(SegmentZKMetadata zkMetadata)
+      throws Exception {
+    if (!PauselessConsumptionUtils.isPauselessEnabled(_tableConfig)) {

Review Comment:
   Have used segment status to make a call between conventional download and 
waited download. 



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