Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/hbase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apache/hbase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: HBASE-28957
Choose a head ref
  • 10 commits
  • 59 files changed
  • 2 contributors

Commits on Mar 25, 2025

  1. HBASE-28996: Implement Custom ReplicationEndpoint to Enable WAL Backu…

    …p to External Storage (#6633)
    
    * HBASE-28996: Implement Custom ReplicationEndpoint to Enable WAL Backup to External Storage
    
    * fix spotless error
    vinayakphegde authored and anmolnar committed Mar 25, 2025
    Copy the full SHA
    77eeb71 View commit details
  2. HBASE-29025: Enhance the full backup command to support Continuous Ba…

    …ckup (#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
    vinayakphegde authored and anmolnar committed Mar 25, 2025
    Copy the full SHA
    5c9bcbd View commit details

Commits on Apr 10, 2025

  1. HBASE-29210: Introduce Validation for PITR-Critical Backup Deletion (#…

    …6848)
    
    Signed-off-by: Andor Molnár <andor@apache.org>
    Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
    vinayakphegde authored Apr 10, 2025
    Copy the full SHA
    01ff3de View commit details

Commits on May 20, 2025

  1. HBASE-29261: Investigate flaw in backup deletion validation of PITR-c…

    …ritical backups and propose correct approach (#6922)
    
    * improve the logic of backup deletion validation of PITR-critical backups
    
    * add new tests
    vinayakphegde authored May 20, 2025
    Copy the full SHA
    58463c4 View commit details

Commits on May 30, 2025

  1. HBASE-29133: Implement "pitr" Command for Point-in-Time Restore (#6717)

    Signed-off-by: Andor Molnar <andor@apache.org>
    Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
    vinayakphegde authored May 30, 2025
    Copy the full SHA
    5fc58af View commit details

Commits on Jun 11, 2025

  1. HBASE-29255: Integrate backup WAL cleanup logic with the delete comma…

    …nd (#7007)
    
    * Store bulkload files in daywise bucket as well
    
    * Integrate backup WAL cleanup logic with the delete command
    
    * address the review comments
    
    * address the review comments
    
    * address the review comments
    
    * add more unit tests to cover all cases
    
    * address the review comments
    vinayakphegde authored Jun 11, 2025
    Copy the full SHA
    530feba View commit details

Commits on Jun 20, 2025

  1. HBASE-28990 Modify Incremental Backup for Continuous Backup (#6788)

    Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
    Signed-off-by: Andor Molnár andor@apache.org
    Reviewed by: Kota-SH <shanmukhaharipriya@gmail.com>
    Reviewed by: Vinayak Hegde <vinayakph123@gmail.com>	   
    Reviewed by: Kevin Geiszler <kevin.j.geiszler@gmail.com>
    ankitsol authored Jun 20, 2025
    Copy the full SHA
    d19b335 View commit details

Commits on Jun 23, 2025

  1. HBASE-29350: Ensure Cleanup of Continuous Backup WALs After Last Back…

    …up is Force Deleted (#7090)
    
    Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>   
    Reviewed by: Kevin Geiszler <kevin.j.geiszler@gmail.com>
    vinayakphegde authored Jun 23, 2025
    Copy the full SHA
    f0ec33b View commit details

Commits on Jun 24, 2025

  1. HBASE-29219 Ignore Empty WAL Files While Consuming Backed-Up WAL Files (

    #7106)
    
    Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
    Reviewed by: Kota-SH <shanmukhaharipriya@gmail.com>   
    Reviewed by: Kevin Geiszler <kevin.j.geiszler@gmail.com>
    vinayakphegde authored Jun 24, 2025
    Copy the full SHA
    a7a6d3c View commit details

Commits on Jun 27, 2025

  1. HBASE-29406: Skip Copying Bulkloaded Files to Backup Location in Cont…

    …inuous Backup (#7119)
    
    Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
    Reviewed by: Kevin Geiszler <kevin.j.geiszler@gmail.com>
    vinayakphegde authored Jun 27, 2025
    Copy the full SHA
    41b217d View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff master...HBASE-28957