Skip to content

Use Gitaly 0.59.2 in 10-3-stable

Jacob Vosmaer requested to merge gitaly-0.59.2 into 10-3-stable

What does this MR do?

Update the Gitaly server version in 10-3-stable to 0.59.2.

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

Note that this MR targets 10-3-stable, because Gitaly in master is ahead of 10-3-stable by a few releases.

Why was this MR needed?

We found some bugs in the gitaly-ruby shutdown code. In 10.3, gitaly-ruby will get shut down automatically due to memory leaks. The shutdown bugs would lead more failed Git requests than we want. The graceful shutdown timeout, which should have been 10 minutes, was 1 second. Gitaly 0.59.2 fixes the graceful shutdown of gitaly-ruby so that it's 10 minutes.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports