Skip to content

Commit

Permalink
Address the comment
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <[email protected]>
  • Loading branch information
JmPotato committed Jul 6, 2023
1 parent 9995f88 commit d322694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/tso/keyspace_group_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ func (kgm *KeyspaceGroupManager) groupSplitPatroller() {
for {
select {
case <-kgm.ctx.Done():
log.Info("group split patroller is exiting")
log.Info("group split patroller exited")
return
case <-ticker.C:
}
Expand Down Expand Up @@ -1423,7 +1423,7 @@ func (kgm *KeyspaceGroupManager) deletedGroupCleaner() {
for {
select {
case <-kgm.ctx.Done():
log.Info("deleted group cleaner is exiting")
log.Info("deleted group cleaner exited")
return
case <-ticker.C:
}
Expand Down

0 comments on commit d322694

Please sign in to comment.