Skip to content

Fixed a case where exceptions was not thrown when Tablet closing#6358

Merged
dlmarion merged 1 commit intoapache:2.1from
dlmarion:close-consistency-inconsistency
May 5, 2026
Merged

Fixed a case where exceptions was not thrown when Tablet closing#6358
dlmarion merged 1 commit intoapache:2.1from
dlmarion:close-consistency-inconsistency

Conversation

@dlmarion
Copy link
Copy Markdown
Contributor

@dlmarion dlmarion commented May 4, 2026

All of the other checks in closeConsistencyCheck throw a RuntimeException, but this check was missing it.

All of the other checks in closeConsistencyCheck throw a
RuntimeException, but this check was missing it.
@dlmarion dlmarion added this to the 2.1.5 milestone May 4, 2026
@dlmarion dlmarion self-assigned this May 4, 2026
@dlmarion dlmarion requested a review from keith-turner May 4, 2026 15:56
Copy link
Copy Markdown
Contributor

@ddanielr ddanielr left a comment

Choose a reason for hiding this comment

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

This exception would be caught by the calling code in the if( saveState) block and logged like all the other exceptions. I didn't see any reason why it might have been left off intentionally.

@dlmarion dlmarion merged commit 0f6025e into apache:2.1 May 5, 2026
9 checks passed
@dlmarion dlmarion deleted the close-consistency-inconsistency branch May 5, 2026 11:20
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