Open zhagnlu opened 7 months ago
ut breaks
@zhagnlu list of SegmentIDRequest represents different collection's segmentIDRequests, One Collection's failure shouldn't influence other collections.
As how proxy processing it,
we should append a SegmentAllocations with Non-success status
It looks like the patch broke the design for proxy may assign segment id for multiple collections /cc @czs007
/assign @zhagnlu /assign @czs007
also we don't return err for RPC returns, but error status
update it as return error status for every request, not return err all
Is there an existing issue for this?
Environment
Current Behavior
when datacoord alloc segmentid failed, this interface return success instead of fail.
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response