315157973 opened a new pull request #3062: URL: https://github.com/apache/bookkeeper/pull/3062
fix #3003 ### Motivation Now , when the Ledger is in the `Writable` state, the read and write of BookkeeperClient share the same orderExecutor. But, we can not guarantee that the data is not read from disk. In order to avoid reading from affecting writing, we need to add a configuration item to allow read and write requests to use different thread pools ### Changes Add a param to support isolate read write thread pool. -- 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]
