From d91d5d765becdb8979b755d3fd8c668790b530ff Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Mon, 13 Dec 2021 13:27:49 +0800 Subject: [PATCH] [skip ci]Add notes with datanode service (#13230) Signed-off-by: jingkl --- internal/distributed/datanode/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/datanode/service.go b/internal/distributed/datanode/service.go index 958a23301f..6ecc70efae 100644 --- a/internal/distributed/datanode/service.go +++ b/internal/distributed/datanode/service.go @@ -188,6 +188,7 @@ func (s *Server) Stop() error { return nil } +// init initializes Datanode's grpc service. func (s *Server) init() error { ctx := context.Background() Params.Init()