Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
1
Description
See https://github.com/couchbase/gocbcore/blob/341fc70dc8ba195416b4dc8f6d8599e391de686b/agent.go#L449-L466 if there is a callErr then we return the err from getKvAuthCreds (which will be nil). This could cause the consumer of the function to wait on either of the returned channels which will be nil and could lead to waiting on the channels forever.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | New [ 10003 ] | Open [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Workflow | Couchbase SDK Workflow [ 196541 ] | Couchbase SDK Workflow with Review [ 252056 ] |
Build couchbase-server-7.0.0-4814 contains gocbcore commit 609458a with commit message:
GOCBC-1075: Return the correct error from buildAuthHandler