kamalcph opened a new pull request, #19629: URL: https://github.com/apache/kafka/pull/19629
The remote storage reader thread pool use same count for both maximum and core size. If users adjust the pool size larger than original value, it throws `IllegalArgumentException`. Updated both value to fix the issue. cherry-pick PR: #19532 cherry-pick commit: https://github.com/apache/kafka/commit/965743c35bdf2d009456676e50024b767b2a9318 --------- Signed-off-by: PoAn Yang <[email protected]> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
