chore: enable rdb_sbf_chunked by default#7475
Conversation
The chunked SBF save format has been validated. Flip the default to true and remove explicit flag overrides in tests.
Review Summary by QodoEnable rdb_sbf_chunked by default after validation
WalkthroughsDescription• Enable chunked SBF save format by default in rdb_sbf_chunked flag • Remove explicit flag overrides from tests now that default is true • Remove obsolete comment about March 2026 deadline |
🤖 Augment PR SummarySummary: Enable 🤖 Was this summary useful? React with 👍 or 👎 |
|
|
||
| // Flip this value to 'true' in March 2026. | ||
| ABSL_FLAG(bool, rdb_sbf_chunked, false, "Enable new save format for saving SBFs in chunks."); | ||
| ABSL_FLAG(bool, rdb_sbf_chunked, true, "Enable new save format for saving SBFs in chunks."); |
There was a problem hiding this comment.
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|

Summary
rdb_sbf_chunkedflag default fromfalsetotrue— the chunked SBF save format has been validated.rdb_test.ccandreplication_test.pythat are no longer needed.