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

Join can emit ready sets without waiting #523

Merged
merged 2 commits into from
May 6, 2016
Merged

Conversation

nathanielc
Copy link
Contributor

This improves the JoinNode by removing some of the latency introduced. The JoinNode will now emit joined sets as soon as they are full.

This may fix #374 as the join node could have buffered a join set per group, causing delayed alerts.

@nathanielc nathanielc merged commit d3ae18d into master May 6, 2016
@nathanielc nathanielc deleted the nc-join-ready branch May 6, 2016 22:32
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.

When deleting or changing the definition of an alert with join, all existing alert are triggered
1 participant