You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Log GC offset should be one above minimum compaction offset (#4938)
## Description of changes
_Summarize the changes made by this PR._
- Improvements & Bug fixes
- Adjust the minimum log offset to keep. Previously it is the minimum compaction offset (i.e. the last log offset that has been compacted) across all kept collection versions, and now it is one more than this.
- New functionality
- N/A
## Test plan
_How are these changes tested?_
- [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust
## 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)?_
0 commit comments