Skip to content

Commit

Permalink
Merge branch 'extr-global-mgr' of github.com:D3Hunter/tidb into extr-…
Browse files Browse the repository at this point in the history
…global-mgr
  • Loading branch information
D3Hunter committed Dec 22, 2023
2 parents d5978f9 + 5159413 commit c18fddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/disttask/framework/scheduler/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (nm *NodeManager) maintainLiveNodesLoop(ctx context.Context, taskMgr TaskMa
}

// maintainLiveNodes manages live node info in dist_framework_meta table
// see recoverMetaLoop in task executor for when node is insert into dist_framework_meta.
// see recoverMetaLoop in task executor for when node is inserted into dist_framework_meta.
func (nm *NodeManager) maintainLiveNodes(ctx context.Context, taskMgr TaskManager) {
// Safe to discard errors since this function can be called at regular intervals.
serverInfos, err := GenerateTaskExecutorNodes(ctx)
Expand Down

0 comments on commit c18fddc

Please sign in to comment.