promql-engine icon indicating copy to clipboard operation
promql-engine copied to clipboard

Distributed Engine: have some partial response strategy

Open MichaHoffmann opened this issue 1 year ago • 1 comments

Partial response strategy is something that is thanos specific right now and abstracted into the Select() call. Distributed engine changes that since it does the remote calls itself. We should think how we want to handle partial responses during distributed query execution.

MichaHoffmann avatar Jul 14 '24 08:07 MichaHoffmann

Perhaps this can be solved directly into the remote engine implementation where we convert errors to warns?

fpetkovski avatar Jul 15 '24 07:07 fpetkovski

After quite a while - I agree this should be handled on the thanos side.

MichaHoffmann avatar Jan 06 '25 13:01 MichaHoffmann