From f43d96b58d2504034bd1c16f71c6c72621740a8a Mon Sep 17 00:00:00 2001 From: guoxiangzhou Date: Wed, 9 Feb 2022 10:19:56 +0800 Subject: [PATCH] [skip e2e] Modify code comments according to the naming conventions (#15173) Signed-off-by: guoxiangzhou --- internal/rootcoord/root_coord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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