mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
[skip ci]Fix allocator typo (#10998)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
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
Block a user