Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix](load) Fix the channel leak when close wait has been cancelled (#…
…38031) When the close_wait is called, the NodeChannel has already been marked as cancelled, but close_wait will set _is_closed to true. When it actually sends a cancel request to the downstream LoadChannel, it finds that _is_closed has already been set to true, so it will not send an RPC request, causing a LoadChannel leak.
- Loading branch information