|
Ran
|
Files
484
|
Run time
3min
|
Badge
README BADGES
|
push
jenkins
Bring back statslogger to BookKeeper client in ReplicationWorker process. Descriptions of the changes in this PR: - https://github.com/apache/bookkeeper/commit/2837f6257 had inadvertently removed StatsLogger to BookKeeper client instance in ReplicationWorker process. So restore StatsLogger in BookKeeper client object. - Also introduce new config called - 'limitStatsLogging', which would be used to limit statslogging as and when needed. - currently this config is used to limit the stats from PCBC. Because if AR process is running in each Bookie node, then for each AR there will be n number of PCBCs and totally it comes out to n^2 PCBCs in the cluster. Which is unmanageable from stats collector perspective. So this config value can be set to true in AR config. Reviewers: Sijie Guo <sijie@apache.org> This closes #1888 from reddycharan/bringbackmetricsforarprocess
25762 of 35756 relevant lines covered (72.05%)
0.72 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|