wchevreuil commented on code in PR #6771:
URL: https://github.com/apache/hbase/pull/6771#discussion_r1987017360


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SequenceIdAccounting.java:
##########
@@ -480,6 +480,9 @@ Map<byte[], List<byte[]>> findLower(Map<byte[], Long> 
sequenceids) {
           continue;
         }
         for (Map.Entry<ImmutableByteArray, Long> me : m.entrySet()) {
+          if (me.getKey().toString().equals("METAFAMILY")) {

Review Comment:
   Sure @Apache9 , just added some comments. Please let me know if those are ok.



-- 
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: [email protected]

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

Reply via email to