Skip to content

Commit d3f3394

Browse files
author
wuxianrong
committed
fix comment
1 parent 4453656 commit d3f3394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codis/pkg/topom/topom_sentinel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (s *Topom) checkAndUpdateGroupServerState(conf *Config, group *models.Group
7777
// Currently, both primary and secondary nodes have subjective and objective logics.
7878
// If it is subjective, we will not perform any operation. If more than 10 probe counts
7979
// 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
80+
// node to masterOfflineGroups or slaveOfflineGroups respectively, and then notify the Proxy
8181
// to change the meta information
8282
if groupServer.State == models.GroupServerStateOffline {
8383
if isGroupMaster(state, group) {

0 commit comments

Comments
 (0)