mohan3d commented on PR #4421: URL: https://github.com/apache/ozone/pull/4421#issuecomment-1477086790
@xBis7 so the correct idea should be to slow down the processing in case the systems is too busy instead of rejecting requests? I am trying to understand more about the expected behavior. I might be able to update the solution. > Also, I can see that the number of handlers is updated during processing requests but is also the number of requests per user getting decremented? Yeah both will be updated the way you mentioned. requests per a user will be reduced by a factor after each interval. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
