sbarnoud commented on issue #343: HBASE-22634 : Improve performance of BufferedMutator URL: https://github.com/apache/hbase/pull/343#issuecomment-521189467 What i’m saying is that the sleep may provide better performance than a notify because it is called when the server latency increases (probably because it is overloaded). In that case, it may be better to give some time to the server to dequeue queries instead of submitting as soon as possible new one. Only a benchmark could differentiate the 2 approach, not a code review > Le 14 août 2019 à 11:42, Duo Zhang <[email protected]> a écrit : > > Not sure why you keep saying 'benchmark' since I never challenge the performance improvement of your patch? > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub, or mute the thread.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
