Files
XuanYang-cnandGitHub e86820224d fix: guard RootCoord AllocN batch size (#50210)
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>
2026-06-02 12:00:17 +08:00
..