Kamal Chandraprakash created KAFKA-19597: --------------------------------------------
Summary: Stop the RSM after closing the remote-log reader threads to handle requests gracefully Key: KAFKA-19597 URL: https://issues.apache.org/jira/browse/KAFKA-19597 Project: Kafka Issue Type: Task Reporter: Kamal Chandraprakash Assignee: Kamal Chandraprakash During shutdown, when the RemoteStorageManager closes first, then the ongoing requests are thrown with error. To handle the ongoing requests gracefully, closing the RSM after closing the remote-log reader thread pools. https://sourcegraph.com/github.com/apache/kafka/-/blob/storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManager.java?L2035 -- This message was sent by Atlassian Jira (v8.20.10#820010)