mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix allocator typo (#10996)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
fcafeee95c
commit
d0ee395de5
@ -45,7 +45,7 @@ func newRootCoordAllocator(rootCoordClient types.RootCoord) allocator {
|
||||
}
|
||||
}
|
||||
|
||||
// allocTimestamp allocate a Timestamp
|
||||
// allocTimestamp allocates a Timestamp
|
||||
// invoking RootCoord `AllocTimestamp`
|
||||
func (alloc *rootCoordAllocator) allocTimestamp(ctx context.Context) (Timestamp, error) {
|
||||
resp, err := alloc.AllocTimestamp(ctx, &rootcoordpb.AllocTimestampRequest{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user