-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
duplicate alert groups returned by api #1875
Comments
This might be an artifact of that particular group's configuration. It only affects a single team. I'm thinking there might be some race condition in creating the groups internal to alertmanager when the routes are configured in a certain way. This would also explain why they have been seeing duplicate messages. |
We currently see a duplicated alert in the UI with 0.17.0 but not with amtool alert query. Clicking "+ Info" on either expands both alerts in the UI. Not sure if it is the same issue. |
I can reproduce as well. It happens when I configure routes with the same |
#1964 has fixed the problem on the API v2 side but there's still a glitch in the UI: when several groups have the same grouping labels, clicking on the +/- button will expand/collapse all of them. |
What did you do?
view the alert list page via the ui
What did you expect to see?
non-duplicated alert groups
What did you see instead? Under which circumstances?
some alert groups are duplicated. i'm not sure why yet.
Environment
System information:
insert output of
uname -srm
hereAlertmanager version:
0.17.0
Of the 110 currently active alert groups at soundcloud, only 2 of the groups are duplicated (for a total of 4 groups being returned from the api, when only 2 of them should be). The groups appear to be perfectly duplicated.
The text was updated successfully, but these errors were encountered: