diff --git a/internal/rootcoord/root_coord.go b/internal/rootcoord/root_coord.go index e873115b32..b95ecf00e6 100644 --- a/internal/rootcoord/root_coord.go +++ b/internal/rootcoord/root_coord.go @@ -592,7 +592,7 @@ func (c *Core) SetDataCoord(ctx context.Context, s types.DataCoord) error { retErr = fmt.Errorf("get bin log file paths panic, msg = %v", err) } }() - <-initCh //wait connect to data coord + <-initCh //wait connect to DataCoord ts, err := c.TSOAllocator(1) if err != nil { return nil, err