Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0.2
-
Component/s: couchbase-bucket
-
Security Level: Public
-
Labels:None
Description
In order to calculate TAP stats ns_server requests "tapagg _" stats from ep-engine and differentiates them to calculate rates. But the problem with this approach is that ep-engine aggregates stats only for the TAP streams that currently exist. Hence ns_server is not able to account for part of the information because it's completely lost whenever some TAP stream is killed. What's more, it prevented us from implementing more detailed rebalance progress because the estimated number of transferred items was significantly different from the actual one. So we'll probably need some way to keep aggregated stats in ep-engine while rebalance is in progress.
Issue Links
- blocks
-
MB-8013
Implement detailed rebalance progress report
-
moving this to 2.0.2 unless you think this is an important change required for 2.0.1 release . detailed progress report for rebalancing is not in 2.0.1 scope