Skip to content

Draft: Explicitly dump backtraces when concurrent backup deadlocks

James Fargher requested to merge fix_concurrent_backup_2 into master

What does this MR do?

#241701 (closed)

Concurrent backups specs have been deadlocking and eventually killed by CI timeout. When this happens there's no way to go back and see where ruby was waiting. Instead, we're adding explicit code to dump out all backtraces.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by James Fargher

Merge request reports