-
Notifications
You must be signed in to change notification settings - Fork 107
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
Change in common pattern groups get missed by router_printdiffs #213
Comments
A very quick patch that makes relay detect the change. Using an enum makes things clearer, though I'm no good at inventing names for these things. :-)
|
grobian
added a commit
that referenced
this issue
Sep 14, 2016
For issue #213, when PMODE_AGGR recurse into groups to print the aggregations in there, such that a change in them is detected and causing a reload.
grobian
added a commit
that referenced
this issue
Sep 14, 2016
I used the numbers as bitflags, so you'd have to use defines instead. I've pushed the fix for your problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When changing an aggregate from e.g:
To the following:
The relay doesn't detect the change after signalling HUP to the program, because as far as it's concerned, the generated diff hasn't changed from:
This is pretty edge-case, as I have common metrics, but want to group only specific servers together.
The text was updated successfully, but these errors were encountered: