Skip to content

[ISSUE #10247] Remove duplicate remove call in InvocationChannel#10359

Open
H145608 wants to merge 1 commit into
apache:developfrom
H145608:fix-heartbeat-vip-channel
Open

[ISSUE #10247] Remove duplicate remove call in InvocationChannel#10359
H145608 wants to merge 1 commit into
apache:developfrom
H145608:fix-heartbeat-vip-channel

Conversation

@H145608
Copy link
Copy Markdown

@H145608 H145608 commented May 20, 2026

Remove redundant second inFlightRequestMap.remove() call in writeAndFlush(). The remove was already called once at line 41 to retrieve the context. The duplicate remove at line 46 had no effect and was unnecessary.

Fixes: #10247

Which Issue(s) This PR Fixes

  • Fixes #issue_id

Brief Description

How Did You Test This Change?

Remove redundant second inFlightRequestMap.remove() call in writeAndFlush().
The remove was already called once at line 41 to retrieve the context.
The duplicate remove at line 46 had no effect and was unnecessary.

Fixes: apache#10247
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.

[Enhancement] Remove duplicate remove call in InvocationChannel

1 participant