You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:30:29 UTC

[GitHub] [hbase] pankaj72981 commented on a change in pull request #2167: HBASE-24791 Improve HFileOutputFormat2 to avoid always call getTableRelativePath method

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:
users@infra.apache.org