Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed mem leak when acknowledging while disconnected from broker #1817

Merged
merged 1 commit into from
May 20, 2018

Conversation

merlimat
Copy link
Contributor

Motivation

ByteBuf for ack command is not released if we don't have a connection to send the acknowledgemt to.

This is an issue only in 1.22, not in 2.0 code which is already handling acks in a different way and doesn't suffer from this problem.

@merlimat merlimat added the type/bug The PR fixed a bug or issue reported a bug label May 19, 2018
@merlimat merlimat added this to the 1.22.1-incubating milestone May 19, 2018
@merlimat merlimat self-assigned this May 19, 2018
@merlimat merlimat requested review from sijie, rdhabalia and jai1 May 19, 2018 16:14
@jai1 jai1 merged commit b3d5256 into apache:branch-1.22 May 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants