huizhilu opened a new issue #1811: URL: https://github.com/apache/helix/issues/1811
### Description After controller sends a freeze message to participant, participant needs to process the freeze message and execute the freeze request. It will mark the live instance as "frozen" internally in memory and in live instance znode. ### Solution For session change during paused, handle new session won't do anything, except creating the live instance znode. For unfreeze, if there is session change during the freeze period, current states will be carried over. Live instance status field is removed. -- 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]
