[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15481737#comment-15481737
 ] 

Hudson commented on BOOKKEEPER-945:
-----------------------------------

SUCCESS: Integrated in Jenkins build bookkeeper-master #1501 (See 
[https://builds.apache.org/job/bookkeeper-master/1501/])
BOOKKEEPER-945: Add counters to track the activity of auditor and repl… (sijie: 
rev 9dc05fc080ddf01e69eb89ce1b0865c552d3de53)
* (edit) 
bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/ReplicationStats.java
* (edit) 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeperAdmin.java
* (edit) 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerHandle.java
* (edit) 
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/UpdateLedgerOpTest.java
* (edit) 
bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/ReplicationWorker.java
* (edit) 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerFragmentReplicator.java
* (edit) 
bookkeeper-server/src/test/java/org/apache/bookkeeper/replication/AuditorPeriodicCheckTest.java
* (edit) 
bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/Auditor.java
* (edit) 
bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/AuditorElector.java


> Add counters to track the activity of auditor and replication workers
> ---------------------------------------------------------------------
>
>                 Key: BOOKKEEPER-945
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-945
>             Project: Bookkeeper
>          Issue Type: Improvement
>          Components: bookkeeper-server
>    Affects Versions: 4.5.0
>            Reporter: Rithin Shetty
>            Assignee: Rithin Shetty
>            Priority: Minor
>             Fix For: 4.5.0
>
>
> Once we enable auto recovery, auditor and replication workers start their 
> activity. Today there is no way to monitor it using counters. This is a bug 
> to track various activities of auditor and replication workers like: 
> - Time taken by auditor to build the bookie->ledger list 
> - No. of under replicated ledgers detected 
> - Time taken by auditor to publish the under replicated ledger list 
> - Time taken by auditor to check all the ledgers in the cluster 
> - No. of ledgers replicated by each replication worker 
> - No. of entries and bytes of data read and written by each replication worker
> - Auditor can also report the distribution of ledgers within the cluster: how 
> many bookies own a piece of ledger, etc. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to