Due to a recent gerrit upgrade, gerrit has moved comments from the db into a git style commit which is causing high load on the phabricator db and cpu.
Change-Id: I5cf15cee57c44cbb49435c8145c6bdf0bf53334e
Differential D1067
Ignore refs/changes/**/**/meta Paladox on Jun 10 2018, 9:56 PM. Authored by
Details
Due to a recent gerrit upgrade, gerrit has moved comments from the db into a git style commit which is causing high load on the phabricator db and cpu. Change-Id: I5cf15cee57c44cbb49435c8145c6bdf0bf53334e
Diff Detail
Event TimelineComment Actions I've tested this and works here https://phab.wmflabs.org/diffusion/7/ notice that it shows smaller amount of refs compared to https://phabricator.wikimedia.org/diffusion/SMTL/ Comment Actions Will this ignore this kind of commits from now on or does it fix the issue for good? (ie: no need to delete refs/changes/*/*/meta afterwards?) Comment Actions It will prevent any new commits under this ref but I am not sure if it will delete the existing ones. Comment Actions @mmodell Looks good to me. Gerrit is migrating notes from the database toward the git repositories: https://www.gerritcodereview.com/releases/2.15.md#NoteDb-for-Changes |