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 2022/08/13 12:35:18 UTC

[GitHub] [hbase] Apache9 commented on a diff in pull request #4672: HBASE-27212 Implement a new table based replication queue storage and…

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


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/replication/UpdatePeerConfigProcedure.java:
##########
@@ -133,6 +133,7 @@ protected void updateLastPushedSequenceIdForSerialPeer(MasterProcedureEnv env)
           // removed from peer config
           for (String encodedRegionName : ReplicationBarrierFamilyFormat
             .getTableEncodedRegionNamesForSerialReplication(conn, tn)) {
+            LOG.info("=============" + tn + ", " + encodedRegionName);

Review Comment:
   Ah yes, let me remove this...



-- 
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-unsubscribe@hbase.apache.org

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