Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-2
-
Fix Version/s: 2.0
-
Component/s: couchbase-bucket, cross-datacenter-replication
-
Security Level: Public
-
Labels:None
Description
In effort to fix MB-6619, we change the ensure_full_commit from actively polling ep_engine stats during checkpointing, to event notification manner that it only gets notified when the checkpoint id changes. Today mc_connection:do_notify_vbucket_update() push event to event manager whenever the vbstate changes, which covers much more than checkpoint ID change. To avoid overhead to parse a large amount of unwanted msg from event manager, ep_engine need to provides a boolean flag to indicate that in this event, the checkpoint ID changes or not. Then we can filter out all other events involving no checkpoint change.
This may involves a protocol change between ep_engine and ns_server, commits on both sides need to be merged at the same time.
This may involves a protocol change between ep_engine and ns_server, commits on both sides need to be merged at the same time.
Activity
Junyi Xie
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | cross-datacenter-replication [ 10136 ] |
Farshid Ghods
made changes -
| Fix Version/s | 2.0 [ 10114 ] |
Chiyoung Seo
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Chiyoung Seo
made changes -
| Summary | XDCR: ep_engine provides boolean flag to ns_server to indicate CheckpointID change | XDCR: ep_engine should be able to process a new_checkpoint command and notify this event to the external components. |
Chiyoung Seo
made changes -
| Sprint Status | Current Sprint |