timothy-e commented on code in PR #18288: URL: https://github.com/apache/pinot/pull/18288#discussion_r3228418542
########## pinot-broker/src/main/java/org/apache/pinot/broker/routing/adaptiveserverselector/HybridSelector.java: ########## @@ -37,8 +37,10 @@ * https://www.usenix.org/system/files/conference/nsdi15/nsdi15-paper-suresh.pdf * * The Hybrid score for each server is calculated as follows. The server with the lowest Hybrid score is picked. - * HybridScore = Math.pow(A+B, N) * C + * HybridScore = Math.pow(F+A+B, N) * C * N -> Configurable exponent with default value of 3. + * F -> Configurable queue size floor with default value of 0. Setting O=1 matches the original paper formulation and Review Comment: nice catch, thanks! -- 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]
