Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
7.0.2
-
7.0.2.59
-
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
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Kamini Jagtiani [ kamini.jagtiani ] | Isha Kandaswamy [ isha ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | Neo [ 17615 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Labels | TLS | TLS affects-neo-testing manual_testing |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Fix Version/s | 7.0.2 [ 18012 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Assignee | Isha Kandaswamy [ isha ] | Pierre Regazzoni [ JIRAUSER25157 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |