You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Fluss version
main
Minimal reproduce step
When in low traffic, the sender finds no records ready to send, sleeps 1ms, and then runOnce again to check whether records are ready which causes a busy loop to occupy more CPU..
What doesn't meet your expectations?
N/A
Anything else?
If I modify it to sleep 50ms, the CPU will be reduced from 120 to 80... But we will need a more sophisticated mechanism to solve it..
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Hi, @sunxiaojian ,thanks for your voluntary. However, I have already done something about it and want to fix it as soon as possible because it will block my work .@luoyuxia , I'd like to do it.
Hi, @sunxiaojian ,thanks for your voluntary. However, I have already done something about it and want to fix it as soon as possible because it will block my work .@luoyuxia , I'd like to do it.
Search before asking
Fluss version
main
Minimal reproduce step
When in low traffic, the sender finds no records ready to send, sleeps 1ms, and then
runOnce
again to check whether records are ready which causes a busy loop to occupy more CPU..What doesn't meet your expectations?
N/A
Anything else?
If I modify it to sleep 50ms, the CPU will be reduced from 120 to 80... But we will need a more sophisticated mechanism to solve it..
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: