From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 7EA4D1F5AE for ; Tue, 7 Jul 2020 14:22:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728073AbgGGOWK (ORCPT ); Tue, 7 Jul 2020 10:22:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728265AbgGGOVs (ORCPT ); Tue, 7 Jul 2020 10:21:48 -0400 Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC51DC08C5E1 for ; Tue, 7 Jul 2020 07:21:47 -0700 (PDT) Received: by mail-wm1-x344.google.com with SMTP id w3so34255458wmi.4 for ; Tue, 07 Jul 2020 07:21:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=u19PUj4dlLL8SNqCpYQ0KDYjRFWHvV0bYLEI6b4bVYg=; b=tMJ1D5Q9iVBNyZNtQRwQhQShHI554L15Ozj+4K2jbhl5brD3BxeecXtqcuyunF8p8F Cdm7UY2HYp/GE60kqHDEiueZzBVk33jx134SxChbbtSkLWCbOyOTq1KIRpBM+lKD4a/w 0FO14+HCjm3j0k91x4xc80p2xNo0vSZP+SMBZC5eHmoo2x8SDLbg6PFrHJGHGACUzZOF k/pdFTgns/J6dRwwASvs2sjrhvOzsxdIorNEQIIeCak9/0D9uu9Ei6N4P7noiQrIBKaq woF5B5ktS21X5qrkOt7rMucJTdB0y61QnUCq91EQDBcRbLEie31mPfJEWhr4QlJ8dbnJ rvTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=u19PUj4dlLL8SNqCpYQ0KDYjRFWHvV0bYLEI6b4bVYg=; b=CT9AYMZGwYjHQ5pBH1vnnd8ORRNPG4DNbjuHoCwN3cCnA99axZMTd50IyK25Rw3hV4 o6D9F05aIiIH14aqd8IK2mBP5StYnKX6xj3xIWrnWhh6zXHacKjv/Q6JWfLEJJOFsTdS mz/ctJe+pV3l9BGiumtYJZbIqaggc3FaQ3MCBaHHVDcm4A0F/fCBjX+vXTu9yWw2lBK+ b531o/RBTzs9cHaL3RIImBkPmJwr7NvplJy0XFb/qya+P9SvaVZsCQDPyH0gGEDMG8/o 4ufEXrxj2YjEE2aXtPl/jKSviD8/pGrp0KD/UKhTe4AlGh6teTzt+K4I1xJMnFT8cC4B sjeA== X-Gm-Message-State: AOAM533XnDoz7reLWENEUc/Q0a2TviFgbGhzi7Xhbw/pg02b+r1mQ5u+ nmuYHfe1TEtWXeVRxXSPjFvvYcuJ X-Google-Smtp-Source: ABdhPJwEVZRt4WYn+1Z85P2axuWW4gbDv9UQCnENDP2fLo9jOaFS8CO7OO36QGKZfuJP79d9seIHIA== X-Received: by 2002:a1c:668b:: with SMTP id a133mr4403376wmc.10.1594131706271; Tue, 07 Jul 2020 07:21:46 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id u16sm1257920wmn.11.2020.07.07.07.21.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jul 2020 07:21:45 -0700 (PDT) Message-Id: In-Reply-To: References: From: "Derrick Stolee via GitGitGadget" Date: Tue, 07 Jul 2020 14:21:26 +0000 Subject: [PATCH 12/21] maintenance: add fetch task Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Johannes.Schindelin@gmx.de, sandals@crustytoothpaste.net, steadmon@google.com, jrnieder@gmail.com, peff@peff.net, congdanhqx@gmail.com, phillip.wood123@gmail.com, Derrick Stolee , Derrick Stolee Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Derrick Stolee When working with very large repositories, an incremental 'git fetch' command can download a large amount of data. If there are many other users pushing to a common repo, then this data can rival the initial pack-file size of a 'git clone' of a medium-size repo. Users may want to keep the data on their local repos as close as possible to the data on the remote repos by fetching periodically in the background. This can break up a large daily fetch into several smaller hourly fetches. However, if we simply ran 'git fetch ' in the background, then the user running a foregroudn 'git fetch ' would lose some important feedback when a new branch appears or an existing branch updates. This is especially true if a remote branch is force-updated and this isn't noticed by the user because it occurred in the background. Further, the functionality of 'git push --force-with-lease' becomes suspect. When running 'git fetch ' in the background, use the following options for careful updating: 1. --no-tags prevents getting a new tag when a user wants to see the new tags appear in their foreground fetches. 2. --refmap= removes the configured refspec which usually updates refs/remotes//* with the refs advertised by the remote. 3. By adding a new refspec "+refs/heads/*:refs/hidden//*" we can ensure that we actually load the new values somewhere in our refspace while not updating refs/heads or refs/remotes. By storing these refs here, the commit-graph job will update the commit-graph with the commits from these hidden refs. 4. --prune will delete the refs/hidden/ refs that no longer appear on the remote. We've been using this step as a critical background job in Scalar [1] (and VFS for Git). This solved a pain point that was showing up in user reports: fetching was a pain! Users do not like waiting to download the data that was created while they were away from their machines. After implementing background fetch, the foreground fetch commands sped up significantly because they mostly just update refs and download a small amount of new data. The effect is especially dramatic when paried with --no-show-forced-udpates (through fetch.showForcedUpdates=false). [1] https://github.com/microsoft/scalar/blob/master/Scalar.Common/Maintenance/FetchStep.cs Signed-off-by: Derrick Stolee --- Documentation/git-maintenance.txt | 12 ++++++ builtin/gc.c | 65 ++++++++++++++++++++++++++++++- t/t7900-maintenance.sh | 24 ++++++++++++ 3 files changed, 100 insertions(+), 1 deletion(-) diff --git a/Documentation/git-maintenance.txt b/Documentation/git-maintenance.txt index 9204762e21..e0be3f520f 100644 --- a/Documentation/git-maintenance.txt +++ b/Documentation/git-maintenance.txt @@ -53,6 +53,18 @@ since it will not expire `.graph` files that were in the previous `commit-graph-chain` file. They will be deleted by a later run based on the expiration delay. +fetch:: + The `fetch` job updates the object directory with the latest objects + from all registered remotes. For each remote, a `git fetch` command + is run. The refmap is custom to avoid updating local or remote + branches (those in `refs/heads` or `refs/remotes`). Instead, the + remote refs are stored in `refs/hidden//`. Also, no tags are + updated. ++ +This means that foreground fetches are still required to update the +remote refs, but the users is notified when the branches and tags are +updated on the remote. + gc:: Cleanup unnecessary files and optimize the local repository. "GC" stands for "garbage collection," but this task performs many diff --git a/builtin/gc.c b/builtin/gc.c index e3c634fc3b..2d30ae758c 100644 --- a/builtin/gc.c +++ b/builtin/gc.c @@ -28,6 +28,7 @@ #include "blob.h" #include "tree.h" #include "promisor-remote.h" +#include "remote.h" #define FAILED_RUN "failed to run %s" @@ -705,7 +706,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix) return 0; } -#define MAX_NUM_TASKS 2 +#define MAX_NUM_TASKS 3 static const char * const builtin_maintenance_usage[] = { N_("git maintenance run []"), @@ -788,6 +789,64 @@ static int maintenance_task_commit_graph(struct repository *r) return 1; } +static int fetch_remote(struct repository *r, const char *remote) +{ + int result; + struct argv_array cmd = ARGV_ARRAY_INIT; + struct strbuf refmap = STRBUF_INIT; + + argv_array_pushl(&cmd, "-C", r->worktree, + "fetch", remote, "--prune", + "--no-tags", "--refmap=", NULL); + + strbuf_addf(&refmap, "+refs/heads/*:refs/hidden/%s/*", remote); + argv_array_push(&cmd, refmap.buf); + + if (opts.quiet) + argv_array_push(&cmd, "--quiet"); + + result = run_command_v_opt(cmd.argv, RUN_GIT_CMD); + + strbuf_release(&refmap); + return result; +} + +static int fill_each_remote(struct remote *remote, void *cbdata) +{ + struct string_list *remotes = (struct string_list *)cbdata; + + string_list_append(remotes, remote->name); + return 0; +} + +static int maintenance_task_fetch(struct repository *r) +{ + int result = 0; + struct string_list_item *item; + struct string_list remotes = STRING_LIST_INIT_DUP; + + if (for_each_remote(fill_each_remote, &remotes)) { + error(_("failed to fill remotes")); + result = 1; + goto cleanup; + } + + /* + * Do not modify the result based on the success of the 'fetch' + * operation, as a loss of network could cause 'fetch' to fail + * quickly. We do not want that to stop the rest of our + * background operations. + */ + for (item = remotes.items; + item && item < remotes.items + remotes.nr; + item++) + fetch_remote(r, item->string); + +cleanup: + string_list_clear(&remotes, 0); + return result; +} + static int maintenance_task_gc(struct repository *r) { int result; @@ -893,6 +952,10 @@ static void initialize_tasks(void) for (i = 0; i < MAX_NUM_TASKS; i++) tasks[i] = xcalloc(1, sizeof(struct maintenance_task)); + tasks[num_tasks]->name = "fetch"; + tasks[num_tasks]->fn = maintenance_task_fetch; + num_tasks++; + tasks[num_tasks]->name = "gc"; tasks[num_tasks]->fn = maintenance_task_gc; tasks[num_tasks]->enabled = 1; diff --git a/t/t7900-maintenance.sh b/t/t7900-maintenance.sh index c09a9eb90b..0abfc4a9da 100755 --- a/t/t7900-maintenance.sh +++ b/t/t7900-maintenance.sh @@ -44,4 +44,28 @@ test_expect_success 'run --task duplicate' ' test_i18ngrep "cannot be selected multiple times" err ' +test_expect_success 'run --task=fetch with no remotes' ' + git maintenance run --task=fetch 2>err && + test_must_be_empty err +' + +test_expect_success 'fetch multiple remotes' ' + git clone . clone1 && + git clone . clone2 && + git remote add remote1 "file://$(pwd)/clone1" && + git remote add remote2 "file://$(pwd)/clone2" && + git -C clone1 switch -c one && + git -C clone2 switch -c two && + test_commit -C clone1 one && + test_commit -C clone2 two && + GIT_TRACE2_EVENT="$(pwd)/run-fetch.txt" git maintenance run --task=fetch && + grep ",\"fetch\",\"remote1\"" run-fetch.txt && + grep ",\"fetch\",\"remote2\"" run-fetch.txt && + test_path_is_missing .git/refs/remotes && + test_cmp clone1/.git/refs/heads/one .git/refs/hidden/remote1/one && + test_cmp clone2/.git/refs/heads/two .git/refs/hidden/remote2/two && + git log hidden/remote1/one && + git log hidden/remote2/two +' + test_done -- gitgitgadget