Skip to content

(Not yet upstreamed) HBASE-29895: BackupBoundaries global coverage can allow premature WAL deletion when backup roots have different host coverage - #259

Merged
hgromer merged 2 commits into
hubspot-2.6from
HBASE-29895
Aug 17, 2026
Merged

Conversation

@hgromer

@hgromer hgromer commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

We accidentally removed the changes from here: #237

There have been significant updates to the backup system since then, so I created a new PR to accommodate those changes. I will update the PR upstream to reflect these most recent changes

… deletion when backup roots have different host coverage
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNotSame;
import static org.junit.jupiter.api.Assertions.fail;

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just ran spotless apply

import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just ran spotless apply

@charlesconnell charlesconnell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@hgromer
hgromer merged commit ea8d727 into hubspot-2.6 Aug 17, 2026
1 of 21 checks passed
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.

2 participants