Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
6.6.5
-
Enterprise Edition 6.6.5 build 10072
-
Untriaged
-
Centos 64-bit
-
-
1
-
Unknown
Description
STEPS
- Cluster consists of 3 nodes (data, data + eventing, index + query) running on 6.6.4-9961.
- Create 3 eventing handlers namely bucket_op, timers and n1ql.
- Deploy all 3 handlers, load docs into source bucket and verify mutations are processed or not.
- Perform online upgrade of the cluster to 6.6.5 - 10072.
- Create and deploy 4th handler.
- Disable auto failover, enable n2n encryption and Enforce TLS.
- Pause all 4 eventing handlers.
OBSERVATION
timers handler is stuck in pausing state.
curl -XGET -k https://Administrator:password@172.23.106.74:18096/api/v1/status |
{
|
"apps": [ |
{
|
"composite_status": "paused", |
"name": "bucket_op", |
"num_bootstrapping_nodes": 0, |
"num_deployed_nodes": 1, |
"deployment_status": true, |
"processing_status": false, |
"redeploy_required": false |
},
|
{
|
"composite_status": "paused", |
"name": "n1ql", |
"num_bootstrapping_nodes": 0, |
"num_deployed_nodes": 1, |
"deployment_status": true, |
"processing_status": false, |
"redeploy_required": false |
},
|
{
|
"composite_status": "pausing", |
"name": "timers", |
"num_bootstrapping_nodes": 0, |
"num_deployed_nodes": 1, |
"deployment_status": true, |
"processing_status": false, |
"redeploy_required": false |
},
|
{
|
"composite_status": "paused", |
"name": "test", |
"num_bootstrapping_nodes": 0, |
"num_deployed_nodes": 1, |
"deployment_status": true, |
"processing_status": false, |
"redeploy_required": false |
}
|
],
|
"num_eventing_nodes": 1 |
}
|
Attachments
Issue Links
- is a backport of
-
MB-50456 Eventing: Timer handler stuck in pausing state after enforcing TLS
-
- Closed
-
Activity
Link | This issue relates to MB-48997 [ MB-48997 ] |
Link | This issue blocks MB-47673 [ MB-47673 ] |
Fix Version/s | 6.6.5 [ 17614 ] | |
Fix Version/s | 7.0.4 [ 18322 ] |
Labels | TLS approved-for-6.6.5 candidate-for-7.0.4 upgrade | TLS approved-for-6.6.5 approved-for-7.0.4 candidate-for-7.0.4 upgrade |
Assignee | Sujay Gad [ JIRAUSER25279 ] | Jeelan Poola [ jeelan.poola ] |
Link | This issue blocks MB-48997 [ MB-48997 ] |
Link | This issue blocks MB-47673 [ MB-47673 ] |
Link | This issue relates to MB-48997 [ MB-48997 ] |
Summary | CLONE - Eventing: Handler stuck in pausing state after online upgrade and enforcing TLS | [BP 7.0.4] - Eventing: Handler stuck in pausing state after online upgrade and enforcing TLS |
Assignee | Jeelan Poola [ jeelan.poola ] | Abhishek Jindal [ abhishek.jindal ] |
Assignee | Abhishek Jindal [ abhishek.jindal ] | Sujay Gad [ JIRAUSER25279 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Build couchbase-server-7.0.4-7245 contains eventing commit 4499af6 with commit message:
MB-51390: Proactively stream encryption level changes to C++ consumer