Page MenuHomePhabricator

Straighten out replication/cache behavior in "bin/storage dump"
ClosedPublic

Authored by epriestley on Aug 28 2019, 3:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 6 2025, 5:45 PM
Unknown Object (File)
Apr 24 2025, 4:28 PM
Unknown Object (File)
Apr 21 2025, 12:28 PM
Unknown Object (File)
Apr 21 2025, 6:51 AM
Unknown Object (File)
Mar 31 2025, 6:37 AM
Unknown Object (File)
Mar 26 2025, 11:02 AM
Unknown Object (File)
Mar 24 2025, 2:03 PM
Unknown Object (File)
Mar 11 2025, 5:26 PM
Subscribers
None

Details

Summary

Fixes T13336.

  • Prevent --no-indexes from being combined with --for-replica, since combining these options can only lead to heartbreak.
  • In --for-replica mode, dump caches too. See discussion in T13336. It is probably "safe" to not dump these today, but fragile and not correct.
  • Mark the "MarkupCache" table as having "Cache" persistence, not "Data" persistence (no need to back it up, since it can be fully regenerated from other datasources).
Test Plan

Ran bin/storage dump with various combinations of flags.

Diff Detail

Repository
rP Phabricator
Branch
cache1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23317
Build 32037: Run Core Tests
Build 32036: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 28 2019, 3:25 PM
This revision was automatically updated to reflect the committed changes.