Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Brant BurnettBrant BurnettReporter
Brant BurnettBrant BurnettStory Points
1Components
Fix versions
Affects versions
Priority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Brant Burnett
Brant BurnettReporter
Brant Burnett
Brant BurnettStory Points
1
Components
Fix versions
Affects versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created February 4, 2020 at 2:30 PM
Updated April 24, 2020 at 8:24 PM
Resolved February 6, 2020 at 1:41 PM
Since the merge of (JsonConverter and transcoder work) most integration tests are failing in my environment with this error:
Couchbase.NodeNotAvailableException : Cannot find a Couchbase Server node for 127.0.0.1:8091.
My environment is configured to boostrap via "couchbase://localhost".
It appears to be related to node lookups. Nodes are stored in the dictionary in ClusterContext keyed by IPEndPoint. However, they are now being looked up using port 8091 while they are in the dictionary with port 11210. Previously it was using 11210 on both sides.