Christos Bisias
Christos Bisias
Hi @jojochuang, it's not the same as running `docker-compose build` and building the image. It doesn't work unless you use the `-Pdist` option, which is what takes the extra time...
@ayushtkn Thanks for the review. > I think Ozone even builds the docker images during: BTW, that's where I got the idea for this PR. > because we are doing...
These are the times from my local machine. Someone with a more powerful CPU or a different OS will be getting different times but the spread, with and without the...
Hi @jojochuang any comments on this?
@mohan3d FairCallQueue has multiple priority queues (4 by default) and requests are placed into those queues based on their priorities. `DecayRpcScheduler` calculates the priority of a call and then the...
> what should happen with the user when they are making too many requests in same earlier example. assuming that FairCallQueue is being used with backoff enabled? @mohan3d To be...
> so the correct idea should be to slow down the processing in case the systems is too busy instead of rejecting requests? @mohan3d Yes, you could also be rejecting...
@jason810496 Thank you for the review, I'll look into your comments!
@jason810496 I've addressed all of your comments. Can you take another look?
@jason810496 Thank you, I addressed your new comments.