diff --git a/internal/distributed/rootcoord/service.go b/internal/distributed/rootcoord/service.go index 581a9b06e9..5b90c8f79a 100644 --- a/internal/distributed/rootcoord/service.go +++ b/internal/distributed/rootcoord/service.go @@ -365,6 +365,7 @@ func (s *Server) AllocTimestamp(ctx context.Context, in *rootcoordpb.AllocTimest return s.rootCoord.AllocTimestamp(ctx, in) } +// AllocID allocates an ID func (s *Server) AllocID(ctx context.Context, in *rootcoordpb.AllocIDRequest) (*rootcoordpb.AllocIDResponse, error) { return s.rootCoord.AllocID(ctx, in) }