Shilun Fan created RATIS-2410:
---------------------------------
Summary: GrpcStubPool should use GrpcUtil for channel shutdown
Key: RATIS-2410
URL: https://issues.apache.org/jira/browse/RATIS-2410
Project: Ratis
Issue Type: Bug
Reporter: Shilun Fan
Assignee: Shilun Fan
*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)