Skip to content

Remove Experimental property feature flag#6416

Merged
ddanielr merged 2 commits into
apache:2.1from
ddanielr:feature/6412-remove-experimental-flag
Jun 10, 2026
Merged

Remove Experimental property feature flag#6416
ddanielr merged 2 commits into
apache:2.1from
ddanielr:feature/6412-remove-experimental-flag

Conversation

@ddanielr

@ddanielr ddanielr commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Removes the gc.remove.in.use.candidates feature flag property that was restricting the gc behavior from removing gc candidates for files that were still referenced by other tablets.

Closes: #6412

This feature was originally created for the 2.1.3 release line and should be elevated to standard GC behavior in 2.1.5.

Removes the `gc.remove.in.use.candidates` feature flag property that was
restricting the gc behavior from removing gc candidates for files that
were still referenced by other tablets.
@ddanielr ddanielr added this to the 2.1.5 milestone Jun 8, 2026
@ddanielr ddanielr requested a review from dlmarion June 8, 2026 16:44
@ddanielr

ddanielr commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

See #3693 for additional context

Comment thread server/gc/src/test/java/org/apache/accumulo/gc/GarbageCollectionTest.java Outdated
@dlmarion dlmarion linked an issue Jun 10, 2026 that may be closed by this pull request
Replaced the hardcoded path values with method calls for tests that used
the exact same path for file reference creation.
@ddanielr ddanielr merged commit 1ccc3ef into apache:2.1 Jun 10, 2026
9 checks passed
@ddanielr ddanielr deleted the feature/6412-remove-experimental-flag branch June 10, 2026 18:26
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.

Remove delete in-use candidate experimental feature flag

2 participants