Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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();

Expand Down