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

Add chunk flush outcome "Dropped", for short series #2998

Merged
merged 2 commits into from
Aug 10, 2020
Merged

Conversation

bboreham
Copy link
Contributor

@bboreham bboreham commented Aug 7, 2020

What this PR does:

If the series is below a configured length it gets dropped instead of flushed. Add a separate outcome for this case, otherwise it is reported as "NoChunksToFlush".

Checklist

  • NA Tests updated
  • NA Documentation added
  • NA CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

If we can get this into 1.3.0 then I don't think it needs a changelog entry; it is amending #2818 which didn't state any specific outcome values

If the series is below a configured length it gets dropped instead of
flushed.  Add a separate `outcome` for this case, otherwise it is
reported as "NoChunksToFlush".

Signed-off-by: Bryan Boreham <[email protected]>
Copy link
Contributor

@pstibrany pstibrany left a comment

Choose a reason for hiding this comment

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

LGTM.

@pstibrany
Copy link
Contributor

If we can get this into 1.3.0 then I don't think it needs a changelog entry; it is amending #2818 which didn't state any specific outcome values

Perhaps we can update existing changelog entry to mention this PR number too?

@pracucci
Copy link
Contributor

If we can get this into 1.3.0 then I don't think it needs a changelog entry; it is amending #2818 which didn't state any specific outcome values

Perhaps we can update existing changelog entry to mention this PR number too?

I can do it when cherry-picking it for the 1.3.0 release.

Copy link
Contributor

@pracucci pracucci left a comment

Choose a reason for hiding this comment

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

LGTM

@pracucci pracucci merged commit d9f9ada into master Aug 10, 2020
@pracucci pracucci deleted the outcome-dropped branch August 10, 2020 08:21
pracucci added a commit that referenced this pull request Aug 10, 2020
If the series is below a configured length it gets dropped instead of
flushed.  Add a separate `outcome` for this case, otherwise it is
reported as "NoChunksToFlush".

Signed-off-by: Bryan Boreham <[email protected]>

Co-authored-by: Marco Pracucci <[email protected]>
pracucci added a commit that referenced this pull request Aug 10, 2020
* Add chunk flush outcome "Dropped", for short series (#2998)

If the series is below a configured length it gets dropped instead of
flushed.  Add a separate `outcome` for this case, otherwise it is
reported as "NoChunksToFlush".

Signed-off-by: Bryan Boreham <[email protected]>

Co-authored-by: Marco Pracucci <[email protected]>

* Updated CHANGELOG

Signed-off-by: Marco Pracucci <[email protected]>

Co-authored-by: Bryan Boreham <[email protected]>
@pracucci pracucci mentioned this pull request Aug 10, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants