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] Perform read-repair on collections that get written to but have a crash before manifest write. (#5476)
## Description of changes
Sequence of events:
- write to fragment
- write to dirty log
- crash writer
- compactor picks up dirty log bit
- tries to compact endlessly
This patch performs read repair.
The same loop can happen and require operator intervention when the
dirty log gets written but the fragment does not.
chroma-purge-dirty-log is the remedy for that.
## Test plan
CI
## Migration plan
N/A
## Observability plan
N/A
## Documentation Changes
N/A
0 commit comments