You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ReleasePartition cause delegator unserviceable.
issue: milvus-io#42098milvus-io#42404
related to: #milvus-io#42009milvus-io#41937
Implement new method to handle partition removal from next target without
directly modifying current target.
Changes include:
- Add RemovePartitionFromNextTarget method and deprecate RemovePartition
- Update target_observer to use new method for ReleasePartition operations
- Add unit tests and mock methods for new functionality
This ensures that all changes to next target will propagates to
delegator's query view.
Signed-off-by: Wei Liu <[email protected]>
0 commit comments