v2.4.13-hotfix
milvus-io/milvusv2.4.13-hotfixOct 17, 2024by yanliang567
AI Summary
This hotfix addresses a critical issue in v2.4.13 where Milvus may fail to retrieve collection information after a restart if MetaKV snapshots were garbage-collected.
Key Highlights
- Fix for collection info retrieval failure after restart
- Critical hotfix for users currently running v2.4.13
Full Release Notes
## v2.4.13-hotfix Release Date: October 17, 2024 | Milvus version | Python SDK version | Java SDK version | Node.js SDK version | |----------------|--------------------|------------------|---------------------| | 2.4.13-hotfix | 2.4.8 | 2.4.5 | 2.4.9 | Milvus v2.4.13-hotfix addresses a critical issue specific to v2.4.13, where Milvus may fail to retrieve collection information after a restart if all MetaKV snapshots were garbage-collected ([#36933](https://github.com/milvus-io/milvus/pull/36933)). Users currently running v2.4.13 are advised to upgrade to v2.4.13-hotfix at the earliest opportunity to avoid potential disruptions. ### Critical fixes - Load original key if timestamp is MaxTimestamp ([#36935](https://github.com/milvus-io/milvus/pull/36935))