We have a fairly large number of developers, used to work in a central repo mode with frequent concurrent file-based commits, so i running ‘stress tests’ on our GitLab instance to make sure it can withstand the load (aka ‘drinking out of a firehose’).
I just ran a script that created 1000 tags in a local repository and then executed a push --all --follow-tags
, upon which received a message (about 1.5 min into it): fatal: The remote end hung up unexpectedly; Everything up-to-date, and the script exited. Now I see Tags: 1000
tab reported on the Project’s Commits summary page, but only a few tags from a previous operation are actually listed when i click on that tab.
Trying to fetch to my local repo, says Already up-to-date.
Anyone seen that kind of an issue before, is there a way for me to recover from it, i.e. some sort of a sync between the remote repo and what’s displayed on the Web UI?