-
Notifications
You must be signed in to change notification settings - Fork 582
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
[dev.icinga.com #12210] Do not clear {host,service,contact}group_members tables on restart #4391
Comments
Updated by mfriedrich on 2016-07-25 12:21:11 +00:00
|
Updated by mfriedrich on 2016-07-25 12:36:51 +00:00 TestsCreate
Mysql
Postgresql
Update/Delete
MySQL
Postgresql
|
Updated by mfriedrich on 2016-07-25 13:55:40 +00:00 Works in a similar fashion for contact groups.
Update/Delete
|
Updated by mfriedrich on 2016-07-25 14:51:37 +00:00 Modified the session token capabilities to use the instance_id and the session token. Otherwise multiple instances wouldn't work. That involves an update to the custom variable table indexes as well.
Furthermore the query priority default is modified to 'Normal' as otherwise the lower priority DELETE tasks might not be executed last after the member update queries (e.g. if they fail when an object is not yet created and re-inserted at the end of the queue). This also fixes the problem that the "finish connect" method is really executed last and provides the proper time duration. This patch also incorporates a change with the upset logic allowing it for queries without object reference. This minimizes queries on program status updates as well. |
Updated by mfriedrich on 2016-07-25 14:54:30 +00:00
|
Updated by mfriedrich on 2016-07-25 15:15:07 +00:00
Applied in changeset ce3d7ab. |
Updated by mfriedrich on 2016-07-25 15:34:29 +00:00
|
Updated by mfriedrich on 2016-08-09 07:52:22 +00:00
|
This issue has been migrated from Redmine: https://dev.icinga.com/issues/12210
Created by mfriedrich on 2016-07-22 14:35:29 +00:00
Assignee: mfriedrich
Status: Resolved (closed on 2016-07-25 15:15:07 +00:00)
Target Version: 2.5.0
Last Update: 2016-07-25 15:15:07 +00:00 (in Redmine)
Those tables depend on the *group insert id. The main issue over restarts is to clean removed group memberships.
Changesets
2016-07-25 15:10:27 +00:00 by mfriedrich ce3d7ab
2016-08-01 07:37:10 +00:00 by mfriedrich 32b37f0
2016-08-01 13:04:47 +00:00 by mfriedrich 7d78c53
2016-08-02 09:05:48 +00:00 by mfriedrich 7341727
Relations:
The text was updated successfully, but these errors were encountered: