Page MenuHomePhabricator

Support multiple database masters and convert easy callers
ClosedPublic

Authored by epriestley on Jun 14 2016, 6:15 PM.
Tags
None
Referenced Files
F14039831: D16115.id40571.diff
Mon, Nov 11, 6:26 AM
F14017291: D16115.id40571.diff
Mon, Nov 4, 4:14 PM
F14000383: D16115.diff
Thu, Oct 24, 9:27 PM
F13994829: D16115.id.diff
Wed, Oct 23, 8:43 AM
F13994186: D16115.diff
Wed, Oct 23, 4:30 AM
F13966575: D16115.id38775.diff
Oct 16 2024, 8:34 AM
Unknown Object (File)
Sep 15 2024, 8:07 AM
Unknown Object (File)
Sep 5 2024, 8:47 PM
Subscribers
None

Details

Summary

Ref T11044. This moves toward partitioned application databases:

  • You can define multiple masters.
  • Convert all the easily-convertible code to become multi-master aware.

This doesn't convert most of bin/storage or "Config > Database (Stuff)" yet, as both are quite involved. They still work for now, but only operate on the first master instead of all masters.

Test Plan

Configured multiple masters, browsed around, ran bin/storage commands, ran bin/storage --host ....

Event Timeline

epriestley retitled this revision from to Support multiple database masters and convert easy callers.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

Let me get a little further before you look at any of this, doing the "hard part" might change how this looks by either testing it better or adjusting APIs.

  • Rebase, this didn't end up needing any major changes.
chad edited edge metadata.
This revision is now accepted and ready to land.Nov 12 2016, 8:28 PM
This revision was automatically updated to reflect the committed changes.