noob-se7en commented on PR #16173:
URL: https://github.com/apache/pinot/pull/16173#issuecomment-2997747412

   > When the segment is turning ONLINE, we already put the partition for 
verification. Do you see a scenario where the consuming segment is stopped but 
never turning ONLINE?
   
   The online transition for committing server won't execute below condition as 
segment instance is ImmutableSegmentDataManager:
   ```
   } else if (segmentDataManager instanceof RealtimeSegmentDataManager) {
         _logger.info("Changing segment: {} from CONSUMING to ONLINE", 
segmentName);
         ((RealtimeSegmentDataManager) 
segmentDataManager).goOnlineFromConsuming(zkMetadata);
         onConsumingToOnline(segmentName);
   }
   ```


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