Commit c0575ef
authored
[CHORE]: Disable S3heap service and remove nonce-related logic (#5866)
## Description of changes
_Summarize the changes made by this PR._
- Improvements & Bug fixes
- Disabled the S3heap service and removed all references to the S3Heap outside the s3heap module.
- Removed all references to the `next_nonce` or `lowest_live_nonce` columns in the `attached_functions` table.
- New functionality
- ...
## Test plan
_How are these changes tested?_
- [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust
## Migration plan
_Are there any migrations, or any forwards/backwards compatibility changes needed in order to make sure this change deploys reliably?_
## Observability plan
_What is the plan to instrument and monitor this change?_
## Documentation Changes
_Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the_ [_docs section](https://github.com/chroma-core/chroma/tree/main/docs/docs.trychroma.com)?_1 parent 91beb84 commit c0575ef
File tree
34 files changed
+303
-2883
lines changed- .github
- actions/tilt-setup-prebuild
- workflows
- chromadb/test/distributed
- go/pkg/sysdb
- coordinator
- model
- grpc
- metastore/db
- dao
- dbmodel
- mocks
- migrations
- idl/chromadb/proto
- k8s/distributed-chroma
- templates
- rust
- garbage_collector/src
- s3heap-service
- src
- tests
- sysdb/src
- bin
- types/src
- worker
- src/execution/orchestration
34 files changed
+303
-2883
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 7 | | |
14 | 8 | | |
15 | 9 | | |
| |||
56 | 50 | | |
57 | 51 | | |
58 | 52 | | |
59 | | - | |
60 | 53 | | |
61 | 54 | | |
62 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | 144 | | |
146 | 145 | | |
147 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 35 | | |
52 | 36 | | |
53 | 37 | | |
| |||
0 commit comments