vinayakphegde commented on PR #7445:
URL: https://github.com/apache/hbase/pull/7445#issuecomment-3532933518

   >Can you elaborate further how this peer is defined?
   
   
https://github.com/apache/hbase/blob/6aa212f5abe3b1556740c3e7e80a4761d21a1c15/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/FullTableBackupClient.java#L269
   
   this contains the whole logic.
   
   > Ok, so we can only do actually PITR within that window period. Can you 
point me to the code in this PR where this is implemented?
   
   here is the PITR logic is defined. validateAndRestore() method.
   
https://github.com/apache/hbase/blob/6aa212f5abe3b1556740c3e7e80a4761d21a1c15/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/AbstractPitrRestoreHandler.java#L68
   
   And this is where the clean-up logic is defined — how backed-up WALs are 
cleaned up as part of continuous backup.
   
https://github.com/apache/hbase/blob/6aa212f5abe3b1556740c3e7e80a4761d21a1c15/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java#L900
   


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