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

errors from cbc-ping on cluster that is known to work with sdk-doctor

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • 2.10.10
    • 2.10.6
    • tools
    • None
    • 1

    Description

      Running cbc-ping, I get "status": "error" on a number of services that are up and work with things like cbc-n1ql

      {
         "config_rev" : 39250,
         "id" : "0x7fdd68f000f0",
         "sdk" : "libcouchbase/2.10.6",
         "services" : {
            "analytics" : [
               {
                  "latency_us" : 21760,
                  "remote" : "cb-0000.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18095",
                  "status" : "error"
               },
               {
                  "latency_us" : 20287,
                  "remote" : "cb-0001.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18095",
                  "status" : "error"
               },
               {
                  "latency_us" : 18934,
                  "remote" : "cb-0002.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18095",
                  "status" : "error"
               }
            ],
            "fts" : [
               {
                  "latency_us" : 22097,
                  "remote" : "cb-0000.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18094",
                  "status" : "error"
               },
               {
                  "latency_us" : 20612,
                  "remote" : "cb-0001.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18094",
                  "status" : "error"
               },
               {
                  "latency_us" : 19238,
                  "remote" : "cb-0002.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18094",
                  "status" : "error"
               }
            ],
            "kv" : [
               {
                  "id" : "0x7fdd6a0024d0",
                  "latency_us" : 53615,
                  "local" : "192.168.1.101:53647",
                  "remote" : "cb-0000.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.dp.cloud.couchbase.com:11207",
                  "scope" : "mattwashere",
                  "status" : "ok"
               },
               {
                  "id" : "0x7fdd6a10eb60",
                  "latency_us" : 228987,
                  "local" : "192.168.1.101:53648",
                  "remote" : "cb-0001.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.dp.cloud.couchbase.com:11207",
                  "scope" : "mattwashere",
                  "status" : "ok"
               },
               {
                  "id" : "0x7fdd68e13d30",
                  "latency_us" : 248113,
                  "local" : "192.168.1.101:53649",
                  "remote" : "cb-0002.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.dp.cloud.couchbase.com:11207",
                  "scope" : "mattwashere",
                  "status" : "ok"
               }
            ],
            "n1ql" : [
               {
                  "latency_us" : 23512,
                  "remote" : "cb-0000.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18093",
                  "status" : "error"
               },
               {
                  "latency_us" : 21373,
                  "remote" : "cb-0001.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18093",
                  "status" : "error"
               },
               {
                  "latency_us" : 19952,
                  "remote" : "cb-0002.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18093",
                  "status" : "error"
               }
            ],
            "views" : [
               {
                  "latency_us" : 22474,
                  "remote" : "cb-0000.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18092",
                  "status" : "error"
               },
               {
                  "latency_us" : 21021,
                  "remote" : "cb-0001.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18092",
                  "status" : "error"
               },
               {
                  "latency_us" : 19550,
                  "remote" : "cb-0002.cb.11dd1906-8075-4764-b2ed-61b567af5ab6.svc:18092",
                  "status" : "error"
               }
            ]
         },
         "version" : 1
      }
      

      and cbc-n1ql

      $ cbc-n1ql -u matt -P letmein --analytics --spec couchbases://cb.11dd1906-8075-4764-b2ed-61b567af5ab6.dp.cloud.couchbase.com/mattwashere?certpath=/Users/ingenthr/src/couchbase-shell/mattwashere.pem "SELECT 1=1"
      ---> Encoded query: {"statement":"SELECT 1=1"}
       
      { "$1": true },
      ---> Query response finished
      {
      	"requestID": "5f08bdb2-f852-434a-847c-0de4aa59abe0",
      	"signature": {
      		"*": "*"
      	},
      	"results": [ ]
      	,
      	"plans":{},
      	"status": "success",
      	"metrics": {
      		"elapsedTime": "33.588742ms",
      		"executionTime": "27.986894ms",
      		"resultCount": 1,
      		"resultSize": 15,
      		"processedObjects": 0
      	}
      }
      

      Attachments

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

        Activity

          People

            avsej Sergey Avseyev
            ingenthr Matt Ingenthron
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty