-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ENH] Add rust log service memberlist #4415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
✅ The Helm chart's version was changed. Your changes to the chart will be published upon merge to |
Add Rust Log Service Memberlist to Chroma System Database Management This PR introduces a new Kubernetes Custom Resource (CR) and corresponding RBAC configuration for managing a memberlist specific to the Rust log service within the Chroma cluster. The sysdb service is updated to create and manage the Rust log service memberlist via its configuration, wiring, and CLI flag handling. Supporting changes update the Helm chart version and expand the Tiltfile to ensure deployment orchestration incorporates the new resource. Key Changes: Affected Areas: This summary was automatically generated by @propel-code-bot |
Description of changes
Summarize the changes made by this PR.
Test plan
I verified the new memberlist is updated, existing ML tests cover the ML

pytest
for python,yarn test
for js,cargo test
for rustDocumentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs section?