Apache9 commented on code in PR #7172:
URL: https://github.com/apache/hbase/pull/7172#discussion_r2232850094


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/SerialReplicationSourceWALReader.java:
##########
@@ -44,6 +48,10 @@ public class SerialReplicationSourceWALReader extends 
ReplicationSourceWALReader
   // skip filtering.
   private Cell firstCellInEntryBeforeFiltering;
 
+  private String encodedRegionName;
+
+  private long sequenceId = HConstants.NO_SEQNUM;

Review Comment:
   We only use encodedRegionName to determine whether to record last pushed 
sequence id so resetting it is enough.



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

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to