未验证 提交 71086123 编写于 作者: G godchen 提交者: GitHub

[skip ci]Fix allocator typo (#10998)

Signed-off-by: Ngodchen <qingxiang.chen@zilliz.com>
上级 0970aea7
......@@ -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{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册