[storage] Remove live rewind and backward clear - #4907
Open
patrick-ogrady wants to merge 1 commit into
Open
patrick-ogrady wants to merge 1 commit into
patrick-ogrady wants to merge 1 commit into
Conversation
Deploying monorepo with
|
| Latest commit: |
8cecf11
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://13fed907.monorepo-eu0.pages.dev |
| Branch Preview URL: | https://tact-recovery-remove-journal.monorepo-eu0.pages.dev |
patrick-ogrady
added this pull request to stack #4899
September 21, 2026 22:25
Benchmark resultsRegressions: ✅ `qmdb::merkleize/v=any::unordered::fixed::mmr k=10000 ch=false s=true cc=true` (2/2 gates passed)
✅ `qmdb::merkleize/v=current::ordered::fixed::mmb chunk=256 k=10000 ch=false s=true cc=true` (2/2 gates passed)
Baseline commit(s): |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
commonware-mcp | 8cecf11 | Sep 21 2026, 10:24 PM |
patrick-ogrady
marked this pull request as ready for review
September 22, 2026 03:36
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## tact/recovery-remove-glue #4907 +/- ##
=============================================================
+ Coverage 95.85% 95.88% +0.03%
=============================================================
Files 637 637
Lines 306525 306377 -148
Branches 7505 7496 -9
=============================================================
- Hits 293810 293762 -48
+ Misses 10346 10248 -98
+ Partials 2369 2367 -2
... and 9 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove live rewind from journals, persisted Merkle trees, and QMDB. Shortening happens during bounded initialization; live journal clears only move the boundary forward and reject backward targets before mutation.