uds5501 commented on PR #18466:
URL: https://github.com/apache/druid/pull/18466#issuecomment-3269408745

   New approach will perform the following:
   1. Supervisor will hit a new API `/pauseAndCheckpoint` on the task runners. 
[Might end up using `/pause` with a flag but for the POC, continuing with this]
   2. Supervisor waits till all the checkpoints are completed using a latch.
   3. Supervisor then triggers the `/updateConfig` with new partitions 
   4. Task runner resumes the flow.


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