Skip to content

Record Redis hash name for GC error messages

Timo Furrer requested to merge name-redis-hash-on-error into master
  • Record Redis hash name for GC error messages

This change set adds the Redis hash name to error messages that happen during GC (garbage collection. Without this change we can only assume which Redis hash is the affected one on GC errors. We had such a "misleading" situation during the incident gitlab-com/gl-infra/production#17753 (closed).

Refs gitlab-com/gl-infra/production#17753 (closed)

Merge request reports