Skip to content

Commit

Permalink
tm revamp: address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
  • Loading branch information
sougou committed Jun 3, 2020
1 parent c033d50 commit 740c92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/tabletmanager/rpc_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (agent *ActionAgent) changeTypeLocked(ctx context.Context, tabletType topod
}

// let's update our internal state (stop query service and other things)
// refreshTablet will runHealthCheck.
// refreshTablet will invoke broadcastHealth if needed.
if err := agent.refreshTablet(ctx, "ChangeType"); err != nil {
return err
}
Expand Down

0 comments on commit 740c92d

Please sign in to comment.