Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 2.0-developer-preview-4
-
Fix Version/s: None
-
Component/s: couchbase-bucket
-
Security Level: Public
-
Labels:None
Description
To reproduce
1. create 10 items
2. delete these 10 items.
now the UI correctly shows # of items is 0
3. fetch meta data for all 10 items using getMeta
4. check out UI or stat curr_items: it is now back to 10, which should be 0.
Possible reason is that ep_engine stat incorrectly counts the temp items into account.
1. create 10 items
2. delete these 10 items.
now the UI correctly shows # of items is 0
3. fetch meta data for all 10 items using getMeta
4. check out UI or stat curr_items: it is now back to 10, which should be 0.
Possible reason is that ep_engine stat incorrectly counts the temp items into account.