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

[TLS] select fails: Error performing bulk get operation

    XMLWordPrintable

Details

    • Untriaged
    • 1
    • Unknown

    Description

      To repro.

      • setup 2 nodes cluster (kv:n1ql:index-kv)
      • load travel-sample bucket
      • enable N2N encryption: /opt/couchbase/bin/couchbase-cli node-to-node-encryption -c http://localhost:8091 -u Administrator -p password --enable
      • set TLS strict mode: /opt/couchbase/bin/couchbase-cli setting-security -c http://localhost:8091 -u Administrator -p password --set --cluster-encryption-level strict
      • Try simple select from `travel-sample`

      Error seen:

      cbq> select * from `travel-sample` use keys 'airline_10';
      {
          "requestID": "d11eb024-93bb-44c5-a473-fe13233171d3",
          "signature": {
              "*": "*"
          },
          "results": [
          ],
          "errors": [
              {
                  "code": 12008,
                  "msg": "Error performing bulk get operation  - cause: unable to complete action after 4 attempts: \u003cnil\u003e",
                  "retry": true
              }
          ],
          "status": "errors",
          "metrics": {
              "elapsedTime": "676.709455ms",
              "executionTime": "676.535487ms",
              "resultCount": 0,
              "resultSize": 0,
              "serviceLoad": 6,
              "errorCount": 1
          }
      }
      cbq> select * from `travel-sample` limit 2;
      {
          "requestID": "6c77e81f-2731-4d48-9b49-43ad503fe6d8",
          "signature": {
              "*": "*"
          },
          "results": [
          ],
          "errors": [
              {
                  "code": 12008,
                  "msg": "Error performing bulk get operation  - cause: {1 errors, starting with dial tcp 172.23.104.91:11210: connect: connection refused}",
                  "retry": true
              }
          ],
          "status": "errors",
          "metrics": {
              "elapsedTime": "30.443142402s",
              "executionTime": "30.442984089s",
              "resultCount": 0,
              "resultSize": 0,
              "serviceLoad": 6,
              "errorCount": 1
          }
      } 

      Attachments

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

        Activity

          People

            pierre.regazzoni Pierre Regazzoni
            pierre.regazzoni Pierre Regazzoni
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty