We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4453656 commit d3f3394Copy full SHA for d3f3394
1 file changed
codis/pkg/topom/topom_sentinel.go
@@ -77,7 +77,7 @@ func (s *Topom) checkAndUpdateGroupServerState(conf *Config, group *models.Group
77
// Currently, both primary and secondary nodes have subjective and objective logics.
78
// If it is subjective, we will not perform any operation. If more than 10 probe counts
79
// fail, it is defined as objective logics, If it is an objective offline, we will add the
80
- // node to masterOfflineGroups and slaveOfflineGroups respectively, and then notify the Proxy
+ // node to masterOfflineGroups or slaveOfflineGroups respectively, and then notify the Proxy
81
// to change the meta information
82
if groupServer.State == models.GroupServerStateOffline {
83
if isGroupMaster(state, group) {
0 commit comments