jadami10 commented on issue #11812:
URL: https://github.com/apache/pinot/issues/11812#issuecomment-1773315092

   @Jackie-Jiang, I've confirmed that every force commit causes an offset 
request from Pinot->Kafka. For a table with hundreds of consuming segments, 
this caused hundreds of offset requests.
   
   Another potential issue I see is this table experienced ~2 minutes of 
ingestion lag between requesting the force commit and the force commit 
completing. I haven't looked at the code yet, but should we do these commits in 
batches? Meaning, should we only tell a segment to commit once a previous one 
has completed to avoid lag while waiting for other work to complete?


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