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

   > 
   > 1. Till what point does the server used to continue ingesting at this 
unguarded rate ?
   >    
   >    * I see that we do enable the throttle within the BaseServerStarter ?
   
   Server use to continue ingesting at this unguarded rate till server catchup 
was complete during startup, i.e., until server is marked ready to be queried.
   
   > Was the unrestricted ingestion only limited to initial few batches of the 
ingestion ?
   > The processStreamEvents is called after every message batch and that's 
where the throttling happens.
   
   Not initial batch. Throttle is called for every batch when 
processStreamEvents method is called.
   


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