apurtell commented on a change in pull request #837: HBASE-23309: Adding the 
flexibility to ChainWalEntryFilter to filter the whole entry if all cells get 
filtered
URL: https://github.com/apache/hbase/pull/837#discussion_r347681256
 
 

 ##########
 File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
 ##########
 @@ -1295,6 +1295,9 @@
   /** Configuration key for SplitLog manager timeout */
   public static final String HBASE_SPLITLOG_MANAGER_TIMEOUT = 
"hbase.splitlog.manager.timeout";
 
+  /** To allow the empty entries to get filtered  which have no cells or all 
cells got filtered though WALCellFilter */
+  public static final String HBASE_REPLICATION_WAL_FILTER_EMPTY_ENTRY = 
"hbase.replication.wal.filteremptyentry";
 
 Review comment:
   This doesn't belong here. You are already changing BaseReplicationEndpoint, 
put it there?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to