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
F13134683: D16115.diff
Thu, May 2, 4:32 AM
Unknown Object (File)
Mon, Apr 29, 6:19 PM
Unknown Object (File)
Thu, Apr 25, 11:55 PM
Unknown Object (File)
Thu, Apr 25, 11:54 PM
Unknown Object (File)
Thu, Apr 25, 11:54 PM
Unknown Object (File)
Thu, Apr 25, 11:54 PM
Unknown Object (File)
Thu, Apr 25, 11:41 PM
Unknown Object (File)
Thu, Apr 25, 1:45 AM
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.