sajjad-moradi commented on issue #10069: URL: https://github.com/apache/pinot/issues/10069#issuecomment-1373082267
Another option is to use pauseStatus endpoint on the client side: 1. Client calls /pauseStatus to get the list of existing consuming segments. 2. Client issues the force commit 3. Client periodically calls /pauseStatus and if the results does not contain any of the consuming segments of step 1, force commit is finished. We're actually using this approach in Linkedin's tools whenever force commit is used. -- 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