mirror of https://github.com/milvus-io/milvus.git
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) {
|
||||
return nil, nil
|
||||
return &datapb.RegisterNodeResponse{
|
||||
Status: &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_Success,
|
||||
},
|
||||
}, nil
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue