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
F13059846: D16115.diff
Fri, Apr 19, 4:54 PM
Unknown Object (File)
Mon, Apr 8, 12:27 AM
Unknown Object (File)
Sat, Apr 6, 9:53 PM
Unknown Object (File)
Sat, Mar 30, 7:40 AM
Unknown Object (File)
Mar 15 2024, 12:03 PM
Unknown Object (File)
Feb 19 2024, 2:14 AM
Unknown Object (File)
Feb 14 2024, 8:17 PM
Unknown Object (File)
Feb 12 2024, 11:11 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 ....

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.