Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix stream aggregation issue by grouping DataSources by host first #1107

Merged
merged 1 commit into from
Nov 14, 2019

Conversation

jfz
Copy link
Contributor

@jfz jfz commented Nov 14, 2019

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 exact existing flow and then merging results back to one stream.

@brharrington brharrington merged commit 4b7e57d into Netflix:master Nov 14, 2019
@brharrington brharrington added this to the 1.7.0 milestone Nov 14, 2019
@jfz jfz deleted the streamAggregationIssue branch February 4, 2020 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants