[Bug] Configuration netty.server.max-queued-requests
don't work which cause server recieve unlimited request
#268
Labels
netty.server.max-queued-requests
don't work which cause server recieve unlimited request
#268
Search before asking
Fluss version
0.5.0
Minimal reproduce step
Sends unlimited requests to the server and the server will put all of them to the request queue...
What doesn't meet your expectations?
Although configure
netty.server.max-queued-requests
is 500, the server will still put unlimited(much more than 500) requests to the request queue which will cause the server to run out of the memory and can never restore...In my env, the server will throw unlimited exceptions:
And the request queue is filled with ~25 k requests.
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: