lordcheng10 opened a new pull request, #3378: URL: https://github.com/apache/bookkeeper/pull/3378
### Motivation remove writeCacheRotationLock when insert writeCache. We found that the write latency of bookkeeper occasionally increased suddenly, and by adding logs, we found that waiting for writeCacheRotationLock occasionally took a lot of time. By analyzing the code, I think it is not necessary to add writeCacheRotationLock when inserting data into the write cache. -- 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]
