Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-34011

ns_server should mark it's admin interface (port 11209) with 'system'

    XMLWordPrintable

Details

    Description

      As part of fixing MB-33971 the reserved pool of connections is counting the number of connections to port 11209. Given that this port number is provided by ns_server to memcached (and is a different number when running under cluster_run) ns_server should add "system":true to the JSON description for that port.

      ex:

      { 
        "port" : 11209,
         "system" : true,
         "ipv4" : "required",
         "ipv6": "optional",
         "host" : "*",
         "tag" : "ns_server private interface"
      }
      

      Attachments

        For Gerrit Dashboard: MB-34011
        # Subject Branch Project Status CR V

        Activity

          People

            dfinlay Dave Finlay
            trond Trond Norbye
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty