Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ayush NayyarAyush NayyarReporter
Neil HuangNeil HuangIs this a Regression?
NoTriage
UntriagedStory Points
0Priority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Ayush Nayyar
Ayush NayyarReporter
Neil Huang
Neil HuangIs this a Regression?
No
Triage
Untriaged
Story Points
0
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created February 2, 2023 at 5:59 PM
Updated December 19, 2023 at 8:36 PM
Resolved February 2, 2023 at 10:18 PM
Looking at the stack trace we can see that there are a lot of go-routines stuck:
Looks like the backfill request handler is stuck on a wait, and unable to handle future requests.
That job is waiting on:
Which happens to be running and deadlocking on something when the handler for when explicit mapping is changed:
We’ve got ourselves a deadlock problem.