milvus/internal
congqixia 3c4df81261
enhance: Assert insert data length not overflow int (#33248)
When InsertData is too large for cpp proto unmarshalling, the error
message is confusing since the length is overflowed

This PR adds assertion for insert data length.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-05-22 15:11:39 +08:00
..
allocator enhance:change some logs (#29579) 2024-01-05 16:12:48 +08:00
core enhance: Assert insert data length not overflow int (#33248) 2024-05-22 15:11:39 +08:00
datacoord fix: Return error when startup Delete/AddNode fail (#33193) 2024-05-22 11:17:38 +08:00
datanode fix: channel manager's goroutine run order (#33118) 2024-05-21 14:35:39 +08:00
distributed enhance: Query slot for compaction task (#32881) 2024-05-17 18:19:38 +08:00
http enhance: Support to get the param value in the runtime (#29297) 2023-12-22 18:36:44 +08:00
indexnode enhance: indexnode building index record collection id (#32574) 2024-04-26 17:05:29 +08:00
kv chore: remove repetitive words (#31153) 2024-03-20 10:17:07 +08:00
metastore enhance: use the only MaxEtcdTxnNum (#33070) 2024-05-17 14:27:42 +08:00
mocks enhance: Query slot for compaction task (#32881) 2024-05-17 18:19:38 +08:00
mq fix: close rocksmq and natsmq when shutdown (#30706) 2024-02-26 11:38:55 +08:00
parser/planparserv2 enhance: optimize plan parser pool to avoid unnessary recycle (#32869) 2024-05-11 10:51:31 +08:00
proto enhance: Query slot for compaction task (#32881) 2024-05-17 18:19:38 +08:00
proxy fix: accesslog writer cache close cause deadlock (#33261) 2024-05-22 14:55:39 +08:00
querycoordv2 fix: Clean offline node from resource group after qc restart (#33232) 2024-05-22 10:03:40 +08:00
querynodev2 enhance: Remove l0 delete cache (#32990) 2024-05-21 22:53:40 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord enhance: add config to control whether to init public role permissions (#33165) 2024-05-21 22:39:46 +08:00
storage enhance: enable stream writer in compactions (#32612) 2024-05-17 15:05:37 +08:00
tso fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
types feat: support rate limiter based on db and partition levels (#31070) 2024-04-12 16:01:19 +08:00
util fix: Fix SparseFloatVector data parse error for parquet (#33187) 2024-05-21 15:09:39 +08:00