mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 18:25:44 +00:00
RootCoord AllocN accepts int64, but RootCoord receives the batch count as uint32. Reject oversized batches before building the RPC request so the count cannot wrap and allocate fewer IDs than requested. See also: #49919 Signed-off-by: yangxuan <xuan.yang@zilliz.com> Signed-off-by: yangxuan <xuan.yang@zilliz.com>