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:
parent
7974a1e9bf
commit
5480f350c2
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue