Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-1258

Index & Query ports in wrong order

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.10.7, 3.0.3
    • 2.10.6
    • None
    • None
    • 1

    Description

      In vbucket.c L 1173-1175 we format an infostr for error messages, however the order of the Index & Query port placeholders are reversed.

      This leads to error messages being displayed incorrectly.
      For example:

       [lcb,newconfig L:172 I:1582393460] Detected server host_fqdn:0(Data=0, Index=8093, Query=9101) added
      

      However 8093 is the Query HTTP port, and 9101 is the Index Scan port.

      The correct message would be:

       [lcb,newconfig L:172 I:1582393460] Detected server host_fqdn:0(Data=0, Index=9101, Query=8093) added
      

      Attachments

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

        Activity

          People

            avsej Sergey Avseyev
            phil.stott Phil Stott (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty