mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add comment for AssignSegmentID (#8152)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
fe1e1ce523
commit
c0331eba6a
@ -199,6 +199,7 @@ func (s *Server) Flush(ctx context.Context, req *datapb.FlushRequest) (*datapb.F
|
||||
return s.dataCoord.Flush(ctx, req)
|
||||
}
|
||||
|
||||
// AssignSegmentID requests to allocate segment space for insert
|
||||
func (s *Server) AssignSegmentID(ctx context.Context, req *datapb.AssignSegmentIDRequest) (*datapb.AssignSegmentIDResponse, error) {
|
||||
return s.dataCoord.AssignSegmentID(ctx, req)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user