mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix allocator typo (#10998)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/11018/head
parent
0970aea7e7
commit
7108612398
|
@ -63,7 +63,7 @@ func (alloc *rootCoordAllocator) allocTimestamp(ctx context.Context) (Timestamp,
|
|||
return resp.Timestamp, nil
|
||||
}
|
||||
|
||||
// allocID allocate an `UniqueID` from RootCoord, invoking AllocID grpc
|
||||
// allocID allocates an `UniqueID` from RootCoord, invoking AllocID grpc
|
||||
func (alloc *rootCoordAllocator) allocID(ctx context.Context) (UniqueID, error) {
|
||||
resp, err := alloc.AllocID(ctx, &rootcoordpb.AllocIDRequest{
|
||||
Base: &commonpb.MsgBase{
|
||||
|
|
Loading…
Reference in New Issue