mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
fix data service (#5535)
Signed-off-by: yefu.chen <yefu.chen@zilliz.com>
This commit is contained in:
parent
31b400a9f7
commit
5966076880
@ -338,5 +338,10 @@ func (s *Server) GetComponentStates(ctx context.Context) (*internalpb.ComponentS
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) RegisterNode(ctx context.Context, req *datapb.RegisterNodeRequest) (*datapb.RegisterNodeResponse, error) {
|
func (s *Server) RegisterNode(ctx context.Context, req *datapb.RegisterNodeRequest) (*datapb.RegisterNodeResponse, error) {
|
||||||
return nil, nil
|
return &datapb.RegisterNodeResponse{
|
||||||
|
Status: &commonpb.Status{
|
||||||
|
ErrorCode: commonpb.ErrorCode_Success,
|
||||||
|
},
|
||||||
|
}, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user