Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ritam SharmaRitam SharmaReporter
Sudeep JatharSudeep JatharIs this a Regression?
UnknownTriage
UntriagedStory Points
1Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Ritam Sharma
Ritam SharmaReporter
Sudeep Jathar
Sudeep JatharIs this a Regression?
Unknown
Triage
Untriaged
Story Points
1
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created November 4, 2022 at 8:58 PM
Updated November 9, 2022 at 12:33 AM
Resolved November 8, 2022 at 10:35 PM
Multiple callbacks are allowed to run for metakv listener. These normally run fine as these do not take much time. But in-case the callbacks take time (e.g due to long DNS look-up time) then the order in which changes happen in metakv are applied out-of-order.
This is because the a spawned callback gets stalled and in the meantime, the metakv gets modified. This stalled callback overrides with values.
All this gets manifested with error:
Error writing to metakv: revision number does not match