Add missing master_reboot flag in sentinel instance info#11888
Conversation
SRI_MASTER_REBOOT flag was added in redis#9438
|
I found this while trying to fix a sentinel CI test. btw, would it be more appropriate to change to SRI_MASTER_REBOOTING? |
I do not think change to SRI_MASTER_REBOOTING is a good idea, because reboot do not take long time, the loading after reboot takes long time |
great, got it |
|
i don't know anything about sentinel, so maybe i should leave this for Yossi. |
I guess it was meant to be used by users
look like we don't.
currently i don't need it. Just look the code and find it |
SRI_MASTER_REBOOT flag is only for the user (aka our codes), we do not need to add it in the release note. |
SRI_MASTER_REBOOT flag was added in #9438