Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7 GA, 1.7.1, 1.7.1.1, 1.7.2
-
Fix Version/s: 1.8.2
-
Component/s: couchbase-bucket
-
Security Level: Public
-
Labels:
Description
a solution proposed for this issue is to coalesce checkpoints in the replica side if number of open checkpoints is more than two
https://github.com/membase/ep-engine/commit/dd4d60b79008586247e86c62e9ad2cc9320867d9
fixed in branch-17 and is going to be given to users as hotfix as need basis
https://github.com/membase/ep-engine/commit/dd4d60b79008586247e86c62e9ad2cc9320867d9
fixed in branch-17 and is going to be given to users as hotfix as need basis
1) Collapse multiple checkpoints into a single one
2) Each checkpoint item does not point to any Blob value instance anymore. Instead, it will always gets the latest value from memory hash table.
3) Adapt the checkpoint item datastructure and reduce its memory overhead from 88 bytes to 40 bytes.