luoyuxia opened a new issue, #1475: URL: https://github.com/apache/fluss/issues/1475
### Search before asking - [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) and found nothing similar. ### Motivation When I did kv put benchmark, noticed that the throughput is much lower than I expected. After some debuging, I found that it caused by delay fetch by follower. When with default delay fetch, which is 500ms, the throughput is 23.4 w/s. Cpu usage is only 30%. Then when I changed delay fetch to 1ms, the throughput is 88w/s, Cpu usage is about 70%. Seems longer delay fetch will cause put kv request longer to response and then cause client put kv in a lower rate. Not sure whether is a problem, but just put in here. ### Solution _No response_ ### Anything else? _No response_ ### Willingness to contribute - [ ] I'm willing to submit a PR! -- 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]
