Skip to content

Conversation

@emelialei88
Copy link
Collaborator

@emelialei88 emelialei88 commented Sep 29, 2025

We observed a deadlock during a fuzz test (Fuzz test [identity]) that's hard to reproduce. Before the test hangs, we saw "tearDown" being printed but not "tearDownImpl", so the assumption for the deadlock falls under cancelRead function. Since read is cancelled in NTC during channel close anyways, we decide to remove the cancelRead for our ClientSession and AdminSession.

@emelialei88 emelialei88 requested a review from a team as a code owner September 29, 2025 17:27
@emelialei88 emelialei88 changed the title cancel read might cause a deadlock FIX[MQB]: cancel read might cause a deadlock Sep 29, 2025
@emelialei88 emelialei88 force-pushed the fix/remove-cancel-read branch from 280036a to 129c5e0 Compare September 29, 2025 17:28
@emelialei88 emelialei88 changed the title FIX[MQB]: cancel read might cause a deadlock FIX[MQB]: cancelRead might cause a deadlock Sep 29, 2025
Copy link
Collaborator

@dorjesinpo dorjesinpo left a comment

Choose a reason for hiding this comment

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

thank you

@emelialei88 emelialei88 merged commit ec376e8 into bloomberg:main Sep 30, 2025
67 of 69 checks passed
bbpetukhov pushed a commit to bbpetukhov/blazingmq that referenced this pull request Oct 14, 2025
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