pankaj72981 commented on a change in pull request #2167:
URL: https://github.com/apache/hbase/pull/2167#discussion_r462084885



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/SplitLogCounters.java
##########
@@ -32,8 +32,6 @@
   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();

Review comment:
       Remove HBASE-24790  related change in this PR.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to