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:
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: