Skip to content

Fix deadlock in AbstractNettyIOClient#2646

Merged
richturner merged 9 commits into
masterfrom
bugfix/ioclient_deadlock
Apr 1, 2026
Merged

Fix deadlock in AbstractNettyIOClient#2646
richturner merged 9 commits into
masterfrom
bugfix/ioclient_deadlock

Conversation

@richturner

Copy link
Copy Markdown
Member

During testing I encountered a deadlock where the test runner thread called the AbstractNetttyIOClient.disconnect() method and a deadlock occurred. This is a result of the Failsafe library being used also using locks and interfering with the synchronisation logic in AbstractNettyIOClient, this PR fixes that issue.

@richturner richturner self-assigned this Mar 24, 2026
@richturner richturner enabled auto-merge (squash) March 24, 2026 13:18
@wborn

wborn commented Mar 24, 2026

Copy link
Copy Markdown
Member

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f19fef28df

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@MartinaeyNL MartinaeyNL added the Bug Error or issue in the system label Apr 1, 2026
@MartinaeyNL MartinaeyNL self-assigned this Apr 1, 2026
@sonarqubecloud

sonarqubecloud Bot commented Apr 1, 2026

Copy link
Copy Markdown

@richturner richturner merged commit d4bc162 into master Apr 1, 2026
3 checks passed
@richturner richturner deleted the bugfix/ioclient_deadlock branch April 1, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Error or issue in the system

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants