Skip to content

Avoid client side errors during manager shutdown.#5725

Merged
keith-turner merged 1 commit into
apache:mainfrom
keith-turner:accumulo-5714
Jul 8, 2025
Merged

Avoid client side errors during manager shutdown.#5725
keith-turner merged 1 commit into
apache:mainfrom
keith-turner:accumulo-5714

Conversation

@keith-turner

Copy link
Copy Markdown
Contributor

Client side table operations that used fate could see exceptions during manager shutdown before this fix. After this fix hopefully that is not the case. Was occasionally seeing this problems in a ShutdownIT test. Modified ShutdownIT to more reliably cause the problem before this fix, after this fix the test is passing consistently.

fixes #5714

Client side table operations that used fate could see exceptions during
manager shutdown before this fix.  After this fix hopefully that is not
the case.  Was occasionally seeing this problems in a ShutdownIT test.
Modified ShutdownIT to more reliably cause the problem before this fix,
after this fix the test is passing consistently.
@keith-turner keith-turner added this to the 4.0.0 milestone Jul 8, 2025
@keith-turner keith-turner merged commit 0b81489 into apache:main Jul 8, 2025
8 checks passed
@keith-turner keith-turner deleted the accumulo-5714 branch July 8, 2025 19:17
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.

Calling FATE RPC during manager shutdown can cause client side exception

2 participants