Skip to content

Commit 4de20e4

Browse files
authored
[ENH] Cut out the go log service. (#5369) (#5411)
## Description of changes This PR will make the push_logs call initialize the log. Existing logs are unaffected. If a log doesn't exist, a not_found error will be returned or the request will be empty, as appropriate. This deletes the paths that push/pull logs in the go log service. ## Test plan CI ## Migration plan This is part of the migration to the rust log service. We need to plan for how to roll it out such that the rust log service rolls before Go or the Frontends. ## Observability plan Watch staging. ## Documentation Changes N/A
1 parent ed59e76 commit 4de20e4

File tree

12 files changed

+65
-1679
lines changed

12 files changed

+65
-1679
lines changed

.github/workflows/_python-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ jobs:
140140
- "chromadb/test/property/test_collections_with_database_tenant_overwrite.py"
141141
- "chromadb/test/distributed/test_sanity.py"
142142
- "chromadb/test/distributed/test_log_backpressure.py"
143-
- "chromadb/test/distributed/test_log_failover.py"
144143
- "chromadb/test/distributed/test_repair_collection_log_offset.py"
145144
include:
146145
- test-glob: "chromadb/test/property/test_add.py"

0 commit comments

Comments
 (0)