https://github.com/Netflix/atlas
Revision 4b7e57d848b7b47c4686f863c3964b59d39cf154 authored by Tim J on 14 November 2019, 19:00:45 UTC, committed by brharrington on 14 November 2019, 19:00:45 UTC
Fix stream result aggregation issue when multiple URLs with
same query in one session.

When multiple urls have the same query but different host,
the result is aggregation of all data from urls with the same
query ignoring different host. Fixed by grouping by host,
processing them in sub-streams with the existing flow
and then merging results back to one stream.
1 parent 1b93714
History
Tip revision: 4b7e57d848b7b47c4686f863c3964b59d39cf154 authored by Tim J on 14 November 2019, 19:00:45 UTC
fix stream aggregation with same expr for different hosts (#1107)
Tip revision: 4b7e57d

README.md

back to top