Skip to content

Use gitaly 0.97.0

Jacob Vosmaer requested to merge gitaly-0.97.0 into master

What does this MR do?

We are seeing more and more incidents where gitaly-ruby "gets stuck" and all request that are sent to it fail with gRPC ResourceExhausted, without any description. The only workaround we have at the moment is to manually restart gitaly-ruby.

In Gitaly 0.97.0 we have added health checks so that these restarts should happen automatically. We also increased the log level of the grpc library in gitaly-ruby, in the hopes that we might see some errors in our logs that point to what's going wrong.

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

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Jacob Vosmaer

Merge request reports