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
Please describe the feature you are requesting.
Size based throttling in Bookie side
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
nice-to-have
Provide any additional detail on your proposed use case for this feature.
Current bookie use maxPendingAddRequestsPerThread to limit server request processor‘s writing capacity, which can't deal different request size gracefully, and we can't setting it according to server resource accurately. In my test case, I have to change this setting to avoid the TooManyRequestsException.
feature request
FEATURE REQUEST
Please describe the feature you are requesting.
Size based throttling in Bookie side
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
nice-to-have
Provide any additional detail on your proposed use case for this feature.
Current bookie use
maxPendingAddRequestsPerThreadto limit server request processor‘s writing capacity, which can't deal different request size gracefully, and we can't setting it according to server resource accurately. In my test case, I have to change this setting to avoid theTooManyRequestsException.