sapling/eden/mononoke/cmds/admin
Simon Farnsworth a9b8793d2d Add a write-mostly blobstore mode for populating blobstores
Summary:
We're going to add an SQL blobstore to our existing multiplex, which won't have all the blobs initially.

In order to populate it safely, we want to have normal operations filling it with the latest data, and then backfill from Manifold; once we're confident all the data is in here, we can switch to normal mode, and never have an excessive number of reads of blobs that we know aren't in the new blobstore.

Reviewed By: krallin

Differential Revision: D22820501

fbshipit-source-id: 5f1c78ad94136b97ae3ac273a83792ab9ac591a9
2020-08-03 04:36:19 -07:00
..
blobstore_fetch.rs Add a write-mostly blobstore mode for populating blobstores 2020-08-03 04:36:19 -07:00
bonsai_fetch.rs mononoke/admin: add support for showing arbitrary bundles in hg sync 2020-04-27 07:24:41 -07:00
bookmarks_manager.rs bookmarks: extract BundleReplayData from BookmarkUpdateReason 2020-07-10 04:50:24 -07:00
common.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
content_fetch.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
crossrepo.rs admin: asyncify crossrepo subcommand 2020-07-22 09:17:43 -07:00
derived_data.rs mononoke: add a command to verify manifests 2020-07-22 07:25:31 -07:00
error.rs mononoke: update various error enums to use #[source] 2020-05-05 05:44:52 -07:00
filenodes.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
filestore.rs mononoke/admin: add a filestore fetch subcommand 2020-07-06 14:56:08 -07:00
hash_convert.rs BlobRepoHg extension trait. 2020-06-22 07:29:19 -07:00
hg_changeset.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
hg_sync.rs bookmarks: remove repo_id from Bookmarks methods 2020-07-10 04:50:25 -07:00
main.rs admin: add crossrepo config subcommand 2020-07-22 07:34:59 -07:00
mutable_counters.rs admin: move arg definitions into subcommand files 2020-04-21 02:30:08 -07:00
phases.rs BlobRepoHg extension trait. 2020-06-22 07:29:19 -07:00
redaction.rs mononoke: allow specifying list to redact in a file 2020-07-22 07:37:36 -07:00
skiplist_subcommand.rs mononoke: make it possible to build sparse skiplist 2020-07-27 03:48:30 -07:00
subcommand_blame.rs mononoke: pass BlobRepo in fetch_full_file_content 2020-07-03 09:58:46 -07:00
subcommand_deleted_manifest.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
subcommand_unodes.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00