Uploaded image for project: 'Couchbase Go SDK'
  1. Couchbase Go SDK
  2. GOCBC-1388

Certain localhost cluster configurations can lead to being unable to connect

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • core-10.1.7, core-10.2.1
    • None
    • None
    • None
    • 0

    Description

      If a node is 127.0.0.1 then ns server can send us a nodesExt entry which has neither hostname or thisNode set. When this happens we detect is the seed node even if it isn't. The code block at https://github.com/couchbase/gocbcore/blob/master/kvmux.go#L706-L716 expects there to be only 1 seed node so ignores the second one leading to the SDK trying to connect to an empty address:port.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              charles.dixon Charles Dixon
              charles.dixon Charles Dixon
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty