Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Tor ColvinTor ColvinReporter
Adam FraserAdam FraserStory Points
1Components
Sprint
NoneFix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Tor Colvin
Tor ColvinReporter
Adam Fraser
Adam FraserStory Points
1
Components
Sprint
None
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created May 25, 2023 at 10:38 PM
Updated August 31, 2024 at 10:58 AM
Resolved May 31, 2023 at 4:29 PM
In investigating :
Inside cbgt code, there's a gocbcore agent running for each bucket that runs. These are cached on a bucket level, so it doesn't open a new connection if you close a
DatabaseContext
and re-open it. However, if you delete a bucket, it will try to connect repeatedly to the non existent bucket and log a warning 1 sec, forever.I'm not sure how to shut down this agent. In order to isolate this warning to cbgt, you need . https://github.com/torcolvin/CBG-2905 contains the reproduction recipe for this.