Skip to content

Terminate exporters when sinks die #1006

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

Merged
merged 3 commits into from
Aug 6, 2020
Merged

Terminate exporters when sinks die #1006

merged 3 commits into from
Aug 6, 2020

Conversation

mavam
Copy link
Member

@mavam mavam commented Aug 6, 2020

No description provided.

@mavam mavam added the bug Incorrect behavior label Aug 6, 2020
Copy link
Member

@dominiklohmann dominiklohmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the spelling error before merging. Other than that LGTM.

@@ -183,6 +183,8 @@ behavior exporter(stateful_actor<exporter_state>* self, expression expr,
&& (msg.source == self->state.archive
|| msg.source == self->state.index))
report_statistics(self);
// Without sinks and resumable sessions, there's not reason to proceed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Without sinks and resumable sessions, there's not reason to proceed.
// Without sinks and resumable sessions, there's no reason to proceed.

@mavam mavam merged commit 710ba45 into master Aug 6, 2020
@mavam mavam deleted the story/ch17292 branch August 6, 2020 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants