Revert "fix: resolve some issues in cross region test"#186
Conversation
This reverts commit ba2f60c.
|
Your PR title doesn't follow the Conventional Commit guidelines. Example of valid titles:
Usage:
Breaking Changes Breaking changes are noted by using an exclamation mark. For example:
Help For more information, follow the guidelines here: https://www.conventionalcommits.org/en/v1.0.0/ |
Pull Request ReviewThis PR is a broad revert of a previous “cross region test” fix, rolling back multiple reliability and consistency changes across engine persistence, startup alignment, peer error handling, and blobstore behavior. It reduces graceful shutdown timeout back to 5s, removes TrieDB/MDBX alignment safeguards and deferred flush ordering, reclassifies Sensitive ContentNo sensitive content detected. Security Issues🔴 [CRITICAL] Risk of state inconsistency/corruption due to reverted TrieDB↔MDBX ordering/alignment protections
🟠 [HIGH] Destructive blobstore initialization causes on-start data loss
🟠 [HIGH] Graceful shutdown regression may truncate persistence window
Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
This reverts commit ba2f60c.
Description
add a description of your changes here...
Rationale
tell us why we need these changes...
Example
add an example CLI or API response...
Changes
Notable changes:
Potential Impacts