Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-28990 Modify Incremental Backup for Continuous Backup #6788

Open
wants to merge 5 commits into
base: HBASE-28957
Choose a base branch
from

Conversation

ankitsol
Copy link

The incremental backup collects all the WALs generated since the last full or incremental backup and processes them into HFiles for optimized restoration. With the new continuous backup feature, the necessary WALs are already available at the backup location and are used directly, eliminating the need to retrieve them from the source cluster.

The incremental backup command itself remains unchanged.

If previous backups are part of a continuous backup: Uses the WALs already backed up in the backup location.

If previous backups are not part of a continuous backup: Operates as a traditional incremental backup, collecting WALs from the source cluster.

JIRA: https://issues.apache.org/jira/browse/HBASE-28990

vinayakphegde and others added 3 commits February 18, 2025 11:45
…p to External Storage (apache#6633)

* HBASE-28996: Implement Custom ReplicationEndpoint to Enable WAL Backup to External Storage

* fix spotless error
…ckup (apache#6710)

* HBASE-29025: Enhance the full backup command to support continuous backup

* add new check for full backup command regards to continuous backup flag

* minor fixes
@ankitsol ankitsol marked this pull request as ready for review March 19, 2025 05:35
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 30s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
_ HBASE-28957 Compile Tests _
+1 💚 mvninstall 3m 19s HBASE-28957 passed
+1 💚 compile 0m 30s HBASE-28957 passed
+1 💚 checkstyle 0m 10s HBASE-28957 passed
+1 💚 spotbugs 0m 32s HBASE-28957 passed
+1 💚 spotless 0m 46s branch has no errors when running spotless:check.
-0 ⚠️ patch 0m 52s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
-1 ❌ mvninstall 3m 3s /patch-mvninstall-root.txt root in the patch failed.
-1 ❌ compile 0m 25s /patch-compile-hbase-backup.txt hbase-backup in the patch failed.
-0 ⚠️ javac 0m 25s /patch-compile-hbase-backup.txt hbase-backup in the patch failed.
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 9s /results-checkstyle-hbase-backup.txt hbase-backup: The patch generated 9 new + 1 unchanged - 0 fixed = 10 total (was 1)
-1 ❌ spotbugs 0m 17s /patch-spotbugs-hbase-backup.txt hbase-backup in the patch failed.
-1 ❌ hadoopcheck 2m 46s The patch causes 15 errors with Hadoop v3.3.6.
-1 ❌ hadoopcheck 5m 30s The patch causes 15 errors with Hadoop v3.4.0.
-1 ❌ spotless 0m 41s patch has 31 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 💚 asflicense 0m 9s The patch does not generate ASF License warnings.
17m 35s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6788/3/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #6788
Optional Tests dupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
uname Linux 34b29038fe1c 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision HBASE-28957 / dc809b3
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6788/3/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6788/3/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6788/3/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 83 (vs. ulimit of 30000)
modules C: hbase-backup U: hbase-backup
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6788/3/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 31s Docker mode activated.
-0 ⚠️ yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ HBASE-28957 Compile Tests _
+1 💚 mvninstall 3m 20s HBASE-28957 passed
+1 💚 compile 0m 19s HBASE-28957 passed
+1 💚 javadoc 0m 14s HBASE-28957 passed
+1 💚 shadedjars 5m 58s branch has no errors when building our shaded downstream artifacts.
-0 ⚠️ patch 6m 6s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
-1 ❌ mvninstall 3m 0s /patch-mvninstall-root.txt root in the patch failed.
-1 ❌ compile 0m 19s /patch-compile-hbase-backup.txt hbase-backup in the patch failed.
-0 ⚠️ javac 0m 19s /patch-compile-hbase-backup.txt hbase-backup in the patch failed.
+1 💚 javadoc 0m 13s the patch passed
+1 💚 shadedjars 5m 56s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
-1 ❌ unit 0m 19s /patch-unit-hbase-backup.txt hbase-backup in the patch failed.
21m 12s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6788/3/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR #6788
Optional Tests javac javadoc unit compile shadedjars
uname Linux 4c6730c8e30b 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision HBASE-28957 / dc809b3
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6788/3/testReport/
Max. process+thread count 82 (vs. ulimit of 30000)
modules C: hbase-backup U: hbase-backup
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6788/3/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants