Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.6.0
-
Couchbase server version 6.6.0-7861
-
Untriaged
-
Centos 64-bit
-
1
-
No
-
CX Sprint 207
Description
Steps to reproduce -
- create 2 cluster, 1 local analytics cluster, 1 remote KV cluster
- Load sample bucket in remote KV cluster
- create link to remote cluster on local cluster with encryption set as none.
- create dataset using link in step 3
- disconnect link and alter link encryption to full and use root certificate with username and password
- try connecting link.
- below error is raised.
[
|
{
|
"code": 22001, |
"msg": "Connect link failed {\"Default.newLink.travel-sample\" : \"Internal error\"}", |
"query_from_user": "connect link newLink;" |
}
|
]
|
Attachments
Issue Links
- relates to
-
MB-40358 TLS with client certificate for external link is not working.
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description | Steps to reproduce - |
Steps to reproduce -
# create 2 cluster, 1 local analytics cluster, 1 remote KV cluster # Load sample bucket in remote KV cluster # create link to remote cluster on local cluster with encryption set as none. # create dataset using link in step 3 # disconnect link and alter link encryption to full and use root certificate with username and password # try connecting link. # below error is raised. {code:java} [ { "code": 22001, "msg": "Connect link failed {\"Default.newLink.travel-sample\" : \"Internal error\"}", "query_from_user": "connect link newLink;" } ] {code} |
Link to Log File, atop/blg, CBCollectInfo, Core dump | https://cb-jira.s3.us-east-2.amazonaws.com/logs/MB-40347/logs |
Is this a Regression? | Unknown [ 10452 ] | Yes [ 10450 ] |
Assignee | Till Westmann [ till ] | Michael Blow [ michael.blow ] |
Is this a Regression? | Yes [ 10450 ] | No [ 10451 ] |
Sprint | CX Sprint 207 [ 1145 ] |
Labels | analytics | analytics triaged |
Status | Open [ 1 ] | In Progress [ 3 ] |
Link | This issue blocks MB-38724 [ MB-38724 ] |
Labels | analytics triaged | analytics approved-for-6.6.0 triaged |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Assignee | Michael Blow [ michael.blow ] | Umang [ JIRAUSER24787 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Umang [ JIRAUSER24787 ] | Michael Blow [ michael.blow ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Assignee | Michael Blow [ michael.blow ] | Umang [ JIRAUSER24787 ] |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Closed [ 6 ] |
This is not a regression- on alter link failure the link details should not updated, but currently are.