pinot icon indicating copy to clipboard operation
pinot copied to clipboard

[Adaptive Server Selector] Extend the HYBRID type to cover query failures

Open MeihanLi opened this issue 1 year ago • 2 comments

Current HYBRID type takes two factors into considerations: query latency and number of inflight requests. We can also count query failures on each server when calculating server scores, the same as number of inflight requests. As it can help detect issues on certain servers such as schema mismatch, etc.

MeihanLi avatar Feb 27 '24 18:02 MeihanLi

cc @vvivekiyer @ankitsultana

MeihanLi avatar Feb 27 '24 18:02 MeihanLi

I think this was covered in https://github.com/apache/pinot/pull/14029 (but uses latency penalty instead of query failure count)

itschrispeck avatar Oct 24 '24 01:10 itschrispeck