Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Neil HuangNeil HuangReporter
Neil HuangNeil HuangIs this a Regression?
NoTriage
UntriagedStory Points
1Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Neil Huang
Neil HuangReporter
Neil Huang
Neil HuangIs this a Regression?
No
Triage
Untriaged
Story Points
1
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created August 11, 2021 at 10:05 PM
Updated September 16, 2021 at 3:46 PM
Resolved August 19, 2021 at 4:26 PM
With backfill pipeline, throughSeqnoTrackerSvc implemented a bg scanner to go scan for throughSeqno to make sure the throughSeqno has been processed before stopping the pipeline.
However, if the pipeline is stopped/restarted before this process finishes, the bg scanner will keep not know and will keep running up to a maximum of 5 * 300 sec == 25 minutes.
If a lot of backfill pipeline restart happens, then there will be a lot of these stray bg processes running periodically eating up valuable resources.