Siddharth Teotia
Siddharth Teotia
Should we separately track resource / thread pool / execution scheduling issue or add it here ? Without that, this is unlikely to work for a mixed workload deployment where...
Thanks @richardstartin. Seems like JDK17 is also another motivation to consider moving away from this library. cc @Jackie-Jiang @walterddr
Yet to review the main logic. Thanks for addressing the main concern of INTMV v/s INT
@vvivekiyer has code changes / prototype in progress along with adding those concrete details to the design doc for server selection. Will share for review soon
We have seen the following repeatedly in production: - A server slows down: -- because the queries already running there are taking up huge cpu / GC / -- or...
+1 on what @vvivekiyer mentioned. I discussed this offline with @kishoreg . I think Kishore thought that proposed design for the server selection problem and the WIP PR are sort...
Update on server selection subproblem -- By next week, we will share some of our results from the POC code we had written, improved and been testing on internal perf...
Update -- @jasperjiaguo is working on writing the design doc. Will share here once we have the first draft.
FYI @lakshmanan-v
@vvivekiyer @jasperjiaguo and I met with @Jackie-Jiang and @walterddr to review the design doc and some code walkthrough. Overall looks good. One main suggestion received was to unify / encapsulate...