Skip to content

Use Gitaly 0.52.1 in 10-2-stable

Jacob Vosmaer requested to merge gitaly-0.52.1 into 10-2-stable-patch-3

What does this MR do?

Bumps the Gitaly version in 10-2-stable to 0.52.1. We intentionally target 10-2-stable, not master, because master has Gitaly 0.55.0 already and we don't want to downgrade there.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

We are having performance issues with Gitaly on gitlab.com since the first 10-2-stable deploy. This new Gitaly version adds Go pprof support, which should help us analyze what Gitaly is spending its CPU and RAM on in production.

We cut the 0.52.1 Gitaly release specifically for this purpose; it has no other change besides adding pprof.

https://gitlab.com/gitlab-org/gitaly/blob/0-52-stable/CHANGELOG.md

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Jacob Vosmaer

Merge request reports