Apache9 commented on code in PR #4808:
URL: https://github.com/apache/hbase/pull/4808#discussion_r1003148397
##########
hbase-replication/src/main/java/org/apache/hadoop/hbase/replication/ReplicationQueueStorage.java:
##########
@@ -184,4 +185,12 @@ void removeLastSequenceIds(String peerId, List<String>
encodedRegionNames)
* @return Whether the replication queue table exists
*/
boolean hasData() throws ReplicationException;
+
+ // the below 3 methods are used for migrating
+ void batchUpdate(ServerName serverName, List<ReplicationQueueData> datas)
+ throws ReplicationException;
+
+ void batchUpdate(List<ZkLastPushedSeqId> lastPushedSeqIds) throws
ReplicationException;
+
+ void batchUpdate(String peerId, List<String> hfileRefs) throws
ReplicationException;
Review Comment:
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]