HBASE-24790 Remove unused counter from SplitLogCounters (#2164)

Signed-off-by: Anoop <anoopsamjohn@apache.org>
Signed-off-by: Pankaj Kumar<pankajkumar@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
YeChao Chen 2020-07-29 19:52:17 +08:00 committed by GitHub
parent 7974a1e9bf
commit 5480f350c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -32,8 +32,6 @@ public class SplitLogCounters {
public final static LongAdder tot_mgr_log_split_batch_start = new LongAdder();
public final static LongAdder tot_mgr_log_split_batch_success = new LongAdder();
public final static LongAdder tot_mgr_log_split_batch_err = new LongAdder();
public final static LongAdder tot_mgr_new_unexpected_wals = new LongAdder();
public final static LongAdder tot_mgr_log_split_start = new LongAdder();
public final static LongAdder tot_mgr_log_split_success = new LongAdder();
public final static LongAdder tot_mgr_log_split_err = new LongAdder();
public final static LongAdder tot_mgr_node_create_queued = new LongAdder();
@ -62,7 +60,6 @@ public class SplitLogCounters {
public final static LongAdder tot_mgr_rescan_deleted = new LongAdder();
public final static LongAdder tot_mgr_task_deleted = new LongAdder();
public final static LongAdder tot_mgr_resubmit_unassigned = new LongAdder();
public final static LongAdder tot_mgr_relist_logdir = new LongAdder();
public final static LongAdder tot_mgr_resubmit_dead_server_task = new LongAdder();
public final static LongAdder tot_mgr_resubmit_force = new LongAdder();