milvus-io / milvus-lite

A lightweight version of Milvus
Apache License 2.0
240 stars 29 forks source link

[Bug]: Compared to milvus, milvus lite can insert less data at a time #138

Closed elstic closed 1 month ago

elstic commented 1 month ago

Current Behavior

version: 2.4.5

If 10,000 datagrams are inserted at a time:

 grpc RpcError: [batch_insert], <_MultiThreadedRendezvous: StatusCode.RESOURCE_EXHAUSTED, Rece
ived message larger than max (8019953 vs. 4194304)>, <Time:{'RPC start': '2024-05-23 03:04:53.549666', 'gRPC error': '2024-05-23 03:04:53
.911917'}> (decorators.py:157)
[2024-05-23 03:04:53,914 - ERROR - fouram]: (api_response) : [Collection.insert] <_MultiThreadedRendezvous of RPC that terminated with:
        status = StatusCode.RESOURCE_EXHAUSTED
        details = "Received message larger than max (8019953 vs. 4194304)"

Expected Behavior

The maximum amount of data that can be inserted at a time has been increased, just like milvus.

elstic commented 1 month ago

/assign @junjiejiangjjj

junjiejiangjjj commented 1 month ago

139

elstic commented 1 month ago

issue fixed. Verification version: v2.4.6