Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Count the number of items discarded when a pipe is aborted #1208

Merged
merged 5 commits into from
Apr 4, 2019

Conversation

ajsutton
Copy link
Contributor

@ajsutton ajsutton commented Apr 3, 2019

PR description

To enable monitoring to calculate the number of items in a pipe, provide a counter of the number of items discarded when the pipe is aborted. Otherwise if a pipeline is aborted and restarted, the counters become confusing because added - removed is no longer equal to the number of items in the queue. Now added - removed - aborted will give the correct figure (as well as giving an indication of the number of items discarded due to aborts).

@ajsutton ajsutton merged commit 25558cc into PegaSysEng:master Apr 4, 2019
@ajsutton ajsutton deleted the pipe-abort-count branch April 4, 2019 20:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants