Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Abhi DangetiAbhi DangetiReporter
Abhi DangetiAbhi DangetiIs this a Regression?
NoTriage
UntriagedStory Points
1Priority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Abhi Dangeti
Abhi DangetiReporter
Abhi Dangeti
Abhi DangetiIs 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 October 26, 2022 at 11:01 PM
Updated August 31, 2024 at 11:07 AM
Resolved November 7, 2022 at 10:47 PM
The following panic was observed in a 6.5.0 cluster, the exact steps leading to it have not been confirmed. See for more details.
The panic corresponds to this line in our code:
https://github.com/couchbase/cbft/blob/mad-hatter/grpc_util.go#L121
We haven't seen this stack trace before, but from some online reading - it seems golang's math/rand's NewSource may not be thread safe (https://pkg.go.dev/math/rand).