[ 
https://issues.apache.org/jira/browse/RATIS-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz-wo Sze resolved RATIS-2410.
-------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

The pull request is now merged.  Thanks, [~slfan1989]!

> GrpcStubPool should use GrpcUtil for channel shutdown
> -----------------------------------------------------
>
>                 Key: RATIS-2410
>                 URL: https://issues.apache.org/jira/browse/RATIS-2410
>             Project: Ratis
>          Issue Type: Bug
>          Components: gRPC
>            Reporter: Shilun Fan
>            Assignee: Shilun Fan
>            Priority: Minor
>             Fix For: 3.3.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> *Problem:*
> The {{GrpcStubPool.Stub.shutdown()}} method currently calls {{ch.shutdown()}} 
> directly, which only initiates the shutdown process without waiting for 
> completion and doesn't follow the standard cleanup pattern used elsewhere in 
> the codebase.
> *Solution:*
> Replace {{ch.shutdown()}} with {{GrpcUtil.shutdownManagedChannel(ch)}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to