Open AtOMiCNebula opened 1 year ago
Out of curiosity: what does git config --show-origin core.fscache
say?
Wow, I could have sworn I replied to this last week, but...maybe I only imagined it. Sorry for the slow reply... š
z:\og1\src>git config --show-origin core.fscache
file:.git/config true
z:\og1\src>
@AtOMiCNebula could you temporarily disable FSCache via git config core.fscache false
and then see whether the repeated indexing persists?
Back from vacation, sorry for another slow reply! It does not appear to have changed things, unfortunately. I started a pull just now, forgot about this thread, came back to it, hit CTRL+C right after a "Resolving Deltas" statement finished, disabled fscache, started the pull again, and it's still doing the back-and-forth. ā¹ļø
I'm not sure if the prefetch dates being different (despite running it seconds apart from each other) is a red herring or not. Perhaps something going wrong with packfile acquisition or processing? I saw #571 happen a release or two ago, but...well, I await your next suggestion for me to try. š
z:\og1\src>git pull
Prefetch 1687802512 (2023-06-26 18:01:52 +0000) (bytes received): 268466399, done.
Indexing objects: 100% (37412/37412), done.
Resolving deltas: 100% (24173/24173), done.
Indexing objects: 100% (34770/34770), done.
Resolving deltas: 100% (22625/22625), done.
Indexing objects: 100% (40653/40653), done.
Resolving deltas: 100% (26404/26404), done.
Indexing objects: 100% (43338/43338), done.
Resolving deltas: 100% (27919/27919), done.
z:\og1\src>git config core.fscache false
z:\og1\src>git pull
Prefetch 1688083375 (2023-06-30 00:02:55 +0000) (bytes received): 178633918, done.
Indexing objects: 100% (38669/38669), done.
Resolving deltas: 100% (24728/24728), done.
Indexing objects: 100% (10047/10047), done.
Resolving deltas: 100% (6535/6535), done.
Indexing objects: 100% (6339/6339), done.
Resolving deltas: 100% (3902/3902), done.
Indexing objects: 100% (22542/22542), done.
Resolving deltas: 100% (13683/13683), done.
Indexing objects: 100% (20681/20681), done.
Resolving deltas: 100% (12570/12570), done.
Indexing objects: 100% (88454/88454), done.
Resolving deltas: 100% (41704/41704), done.
Indexing objects: 100% (42224/42224), done.
Resolving deltas: 100% (26674/26674), done.
Indexing objects: 100% (39575/39575), done.
Resolving deltas: 100% (24939/24939), done.
Indexing objects: 100% (14973/14973), done.
Resolving deltas: 100% (7893/7893), done.
Indexing objects: 100% (15502/15502), done.
Resolving deltas: 100% (9769/9769), done.
Indexing objects: 100% (125/125), done.
Resolving deltas: 100% (63/63), done.
Indexing objects: 100% (625/625), done.
Resolving deltas: 100% (310/310), done.
Indexing objects: 100% (1083/1083), done.
Resolving deltas: 100% (446/446), done.
Indexing objects: 100% (502/502), done.
Resolving deltas: 100% (133/133), done.
Indexing objects: 100% (793/793), done.
Resolving deltas: 100% (454/454), done.
Indexing objects: 100% (840/840), done.
Resolving deltas: 100% (384/384), done.
Indexing objects: 100% (919/919), done.
Resolving deltas: 100% (431/431), done.
Indexing objects: 100% (797/797), done.
Resolving deltas: 100% (378/378), done.
Indexing objects: 100% (1237/1237), done.
Resolving deltas: 100% (661/661), done.
Indexing objects: 100% (839/839), done.
Resolving deltas: 100% (424/424), done.
Indexing objects: 100% (868/868), done.
Resolving deltas: 100% (362/362), done.
Indexing objects: 100% (850/850), done.
Resolving deltas: 100% (432/432), done.
Indexing objects: 100% (901/901), done.
Resolving deltas: 100% (468/468), done.
Indexing objects: 100% (2251/2251), done.
Resolving deltas: 100% (1539/1539), done.
Indexing objects: 100% (1564/1564), done.
Resolving deltas: 100% (835/835), done.
Indexing objects: 100% (1842/1842), done.
Resolving deltas: 100% (979/979), done.
Indexing objects: 100% (2440/2440), done.
Resolving deltas: 100% (1443/1443), done.
Indexing objects: 100% (3868/3868), done.
Resolving deltas: 100% (2292/2292), done.
Indexing objects: 100% (3297/3297), done.
Resolving deltas: 100% (1887/1887), done.
Indexing objects: 100% (2026/2026), done.
Resolving deltas: 100% (1095/1095), done.
Indexing objects: 100% (3109/3109), done.
Resolving deltas: 100% (1853/1853), done.
Indexing objects: 100% (3150/3150), done.
Resolving deltas: 100% (1875/1875), done.
From https://dev.azure.com/office/Office/_git/Office
[...]
z:\og1\src>
git-for-windows/git
tracker.Setup
microsoft/git
are you using? Is it 32-bit or 64-bit?Are you using Scalar or VFS for Git?
Scalar
These operations were performed in an administrative CMD prompt, though this hasn't been a problem in the past.
Details
CMD
A single round of "Indexing objects" and "Resolving deltas" output, followed by the rest of the fetch and pull process.
The first pull took a bit longer than expected, and bounced between "Indexing objects" and "Resolving deltas" many times. Second pull was as expected.
(Despite the date on the prefetch being last week, this output was generated ~15 minutes ago. It's likely that this date is around the time I pulled last week though, Monday morning routines and whatnot š)
If the problem was occurring with a specific repository, can you specify the repository?