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-28568 Fix incremental backup set shrinking #5876

Commits on May 6, 2024

  1. HBASE-28568 Fix incremental backup set shrinking

    The incremental backup set is the set of tables included when
    an incremental backup is created, it is managed per backup
    root dir and contains all tables that are present in at least
    one backup (in that root dir).
    
    The incremental backup set can only shrink when backups are
    deleted. However, the implementation was incorrect, causing this
    set to never be able to shrink.
    DieterDP-ng committed May 6, 2024
    Configuration menu
    Copy the full SHA
    23a36d8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add test & javadoc fix

    DieterDP-ng committed May 8, 2024
    Configuration menu
    Copy the full SHA
    704474d View commit details
    Browse the repository at this point in the history
  2. Fix typo

    DieterDP-ng committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a41d516 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Address nit

    DieterDP-ng committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e705aea View commit details
    Browse the repository at this point in the history