Files
weave-scope/app
Matthias Radestock e6a474ead7 fix report store query chaining
We fell victim to variable shadowing here. Each store would be fed the
original list of report keys, instead of only the ones that weren't
found in the previous store. So if a single report was missing from the
in-process cache, we would then fetch all reports from memcache. And if
that in turn was missing a single report we would fetch all reports from
S3.

We chain report stores for a reason - to reduce latency and, in case of
the in-process cache, eliminate decoding costs. So this bug has a huge
impact on query service performance.

To make matters worse, we return *all* the reports - now possibly in
triplicate. Fortunately, the SmartMerger filters these out, so at least
we were not incurring extra merge costs.
2016-08-16 00:55:39 +01:00
..
2016-07-11 13:36:22 +01:00
2016-02-22 14:54:04 +00:00
2016-05-09 10:08:14 +01:00
2016-05-09 10:08:14 +01:00
2016-08-05 19:16:15 +01:00
2016-08-05 23:47:35 +01:00