chia7712 commented on code in PR #20342: URL: https://github.com/apache/kafka/pull/20342#discussion_r2290589077
########## storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManager.java: ########## @@ -2050,10 +2047,13 @@ public void close() { } finally { Review Comment: @kamalcph thanks for your explanation. > The RemoteStorageReaderThreadPool which handles the client RemoteFetch requests also waits for 10 seconds. Shall we bump this to 30 seconds? It should be fine if the interrupted requests are client fetches. I assumed they might also include some data or metadata sync operations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org