Conversation
…Layer - Add SegmentLoadGuard with dual-level admission control - Implement Cell-based resource management for fine-grained control - Support evictable/non-evictable data classification - Add memory monitor for physical resource tracking - Integrate with existing segment loader with backward compatibility - Add comprehensive tests and documentation This addresses resource management issues introduced by CachingLayer by providing: - Shallow load admission (segment level) - Deep load admission (cell level) - Cache ratio configuration for hot data protection - Logical and physical watermark protection - Eviction integration support
liliu-z
pushed a commit
that referenced
this pull request
Mar 23, 2026
## Summary - Add `TestMilvusClientRbacPrefixIsolation` class to `test_milvus_client_rbac.py` - Validates RBAC metadata integrity and permission isolation when usernames/roles have prefix relationships (e.g. `user1` vs `user11`), covering issue milvus-io#47998 and PR milvus-io#48053 - Single test method with setup/teardown per run, using random prefix for test data isolation ## Related Issues issue: milvus-io#47998 pr: milvus-io#48053 ## Test Report https://zilliverse.feishu.cn/docx/HaFld6sCyoMz19xOsC3cPCqdncg ## Test plan - [x] Verified on v2.6.9 (pre-fix): FAIL on #3 DescribeUser (empty-string role) and milvus-io#23 ListDatabases - [x] Verified on master-20260319 (post-fix): all PASS - [x] Teardown cleans up all test data using `force_drop`, no residual data 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: lyyyuna <yiyang.li@zilliz.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.