Skip to content

[FIXED] Monitoring: Issue with Connz filters "cid" and "state=all" #6849

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 1 commit into from
Apr 30, 2025

Conversation

kozlovic
Copy link
Member

When filtering on a given connection ID, if the user also filters on the state being "all" and the connection is opened, it would not be returned. It would be if the connection was closed.

Resolves #6839

Signed-off-by: Ivan Kozlovic [email protected]

When filtering on a given connection ID, if the user also filters
on the state being "all" and the connection is opened, it would not
be returned. It would be if the connection was closed.

Resolves #6839

Signed-off-by: Ivan Kozlovic <[email protected]>
@kozlovic kozlovic requested a review from a team as a code owner April 29, 2025 16:59
@kozlovic kozlovic requested a review from neilalexander April 29, 2025 16:59
@kozlovic
Copy link
Member Author

@neilalexander I sent you a separate email regarding flappers that prevent me from getting a green build. I think that they are separate issues that should be addressed in a different PR. Thanks!

Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@neilalexander neilalexander left a comment

Choose a reason for hiding this comment

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

LGTM

@neilalexander neilalexander merged commit 5ddbdbd into main Apr 30, 2025
242 of 256 checks passed
@neilalexander neilalexander deleted the fix_6839 branch April 30, 2025 14:01
neilalexander added a commit that referenced this pull request Apr 30, 2025
Includes the following:

- #6851
- #6849

[skip ci]

Signed-off-by: Neil Twigg <[email protected]>
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 filtering connections by ConnState = all only closed clients are returned
3 participants