-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[ENH] Distributed System collection config storage #2396
[ENH] Distributed System collection config storage #2396
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
Please tag your PR title with one of: [ENH | BUG | DOC | TST | BLD | PERF | TYP | CLN | CHORE]. See https://docs.trychroma.com/contributing#contributing-code-and-ideas |
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
51968f7
to
ac9289c
Compare
877eb23
to
9da85c6
Compare
ac9289c
to
fe71e2d
Compare
9da85c6
to
876de4c
Compare
fe71e2d
to
50ecef5
Compare
876de4c
to
925bf05
Compare
50ecef5
to
c8f99a4
Compare
925bf05
to
f3ea28f
Compare
c8f99a4
to
3781435
Compare
f3ea28f
to
3fd6646
Compare
3781435
to
9e82022
Compare
3fd6646
to
18956c0
Compare
9e82022
to
646b55d
Compare
18956c0
to
d44fd1d
Compare
c1fb6d6
to
b96e4aa
Compare
d44fd1d
to
3c7fe8e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor test nits and we really should not reorder protos
a552f3c
to
0a7ecae
Compare
3d27445
to
c55656f
Compare
0a7ecae
to
55951e7
Compare
ec7dbb6
to
fafcc3e
Compare
55951e7
to
b9b76dd
Compare
fafcc3e
to
14643db
Compare
b9b76dd
to
06cc918
Compare
14643db
to
08ceefc
Compare
06cc918
to
befe5b2
Compare
08ceefc
to
4d5edf1
Compare
befe5b2
to
fc6e457
Compare
4d5edf1
to
fccf3b3
Compare
fbbaf20
to
9dd55d1
Compare
9058466
to
b2aeb97
Compare
9dd55d1
to
72c36ec
Compare
b2aeb97
to
d5c265a
Compare
72c36ec
to
68561fc
Compare
d5c265a
to
a7ae5c4
Compare
68561fc
to
3eb0969
Compare
a7ae5c4
to
c93fc94
Compare
3eb0969
to
c4f99e0
Compare
c93fc94
to
16f3403
Compare
Description of changes
This PR propagates the new collection configuration storage through to the distributed DB. It essentially mirrors the same change (previous in this stack) in the Local DB.
Test plan
Cluster tests pass locally and in CI.
Expected Failing:
Documentation Changes
N/A, use-facing migration documentation is in the next PR in this stack, with cross-version persistence.