Milvus backports a change to its 2.6 branch that integrates dropped segment index cleanup directly into the segment recycle path, ensuring index files and metadata are cleaned up together and reliably retried on failure.
Consolidates dropped segment index cleanup into the main segment recycle path with atomic, retryable steps to prevent orphaned index files and metadata.
Operators of Milvus vector databases on the 2.6 release line get more reliable storage reclamation after segment drops, reducing the risk of accumulating orphaned index files that waste disk space and complicate backups. This is a stability and operational cost improvement for AI infrastructure using Milvus as a retrieval backend. The next step is to monitor whether the retry mechanism sufficiently handles all failure modes in production under load.