zhaohaidao opened a new pull request, #3570: URL: https://github.com/apache/bookkeeper/pull/3570
### Motivation In BP-44(Ledger storage metrics enhancement), ledger flush start time is moved to after lock to avoid 200% time utilization calculations. However, 200% time utilization still happens in my test. After reading the source code, I found that this part was rolled back by #3160. If I understand correctly, this change is not as expected ### Changes Flush start time is moved to after lock again. -- 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]
