Skip to content
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

MON-14908 servicegroups and hostgroups are cleaned later #383

Conversation

jean-christophe81
Copy link
Contributor

Description

tables servicegroups and hostgroups are cleand one minute after the last service_servicegroups wash

Fixes # (issue)

Type of change

  • Patch fixing an issue (non-breaking change)
  • New functionality (non-breaking change)
  • Breaking change (patch or feature) that might cause side effects breaking part of the Software
  • Updating documentation (missing information, typo...)

Target serie

  • 21.04.x
  • 21.10.x
  • 22.04.x
  • 22.10.x (master)

How this pull request can be tested ?

Please describe the procedure to verify that the goal of the PR is matched. Provide clear instructions so that it can be correctly tested.

Any relevant details of the configuration to perform the test should be added.

Checklist

  • I have followed the coding style guidelines provided by Centreon
  • I have commented my code, especially new classes, functions or any legacy code modified. (docblock)
  • I have commented my code, especially hard-to-understand areas of the PR.
  • I have made corresponding changes to the documentation.
  • I have rebased my development branch on the base branch (master, maintenance).

@jean-christophe81 jean-christophe81 force-pushed the MON-14908-clean-servicegroups-and-hostgroups-later-develop branch from 00fda6b to 108c94c Compare September 23, 2022 13:47
@sonarqube-decoration
Copy link

@jean-christophe81 jean-christophe81 merged commit 40f2fa9 into develop Sep 23, 2022
@jean-christophe81 jean-christophe81 deleted the MON-14908-clean-servicegroups-and-hostgroups-later-develop branch September 23, 2022 14:04
tuntoja added a commit that referenced this pull request Oct 5, 2022
* enh(engine/environment): code optimized and simplified

* enh(sonar): unit test for environment
* enh(sonar): comment to avoid touch char** _env
* enh(sonar): remove unused functions and small syntax fix
* enh(sonar): data is a const method
* enh(sonar): remove unused operators
* fix(engine/environment): little optimizations

Co-authored-by: David Boucher <dboucher@centreon.com>

REFS: MON-14588

* enh(broker/bam): Several logs added to better understand inherited downtimes

* enh(broker/bam): Several logs added to better understand inherited downtimes
* fix(broker/unified_sql): all sql queries are not considered as very important. The stream won't close because of a query that fails
* fix(broker): notification_number is u64 now
* fix(broker/config): retry_interval defined to 15s by default

REFS: MON-15116 MON-12130

* fix(ci):correct syntax (#381)

* MON-14908 servicegroups and hostgroups are cleaned later (#383)

REFS:MON-14908

* fix(broker/bam): forced svc checks deduplicated (#385)

* fix(broker/bam): forced svc checks deduplicated
* fix(broker/bam): cleanup of dead code

REFS: MON-15086

* fix(broker): build may failed because of dependencies not declared

* enh(cmake): A work to accept C++17 compilation

* REFS:MON-10736

* MON-10736 add gdb backtrace for process still alive

* MON-10736 grpc lock

* MON-10736 grpc core on shutdown and tests correction (#389)

REFS:MON-10736

* fix(broker/bam): monitoring stream does not block anymore when sending forced checks to engine

* fix(broker/bam): bam tests are fixed now
* cleanup(tests): python code formatted with autopep8
* cleanup(broker/bam): comments added

REFS: MON-15086

* fix(tests): regression in Common.py fixed

* enh(conan): conanfile updated to match packages requirements on openssl

* fix(broker): stats engine was subject to deadlocks (#391)

REFS: MON-15225

* update jenkinsfile for unstable delivery

Co-authored-by: denliA <91119589+denliA@users.noreply.github.com>
Co-authored-by: David Boucher <dboucher@centreon.com>
Co-authored-by: Charles Gautier <33026375+chgautier@users.noreply.github.com>
Co-authored-by: jean-christophe81 <98889244+jean-christophe81@users.noreply.github.com>
bouda1 added a commit that referenced this pull request Nov 24, 2022
* enh(engine/environment): code optimized and simplified

* enh(sonar): unit test for environment
* enh(sonar): comment to avoid touch char** _env
* enh(sonar): remove unused functions and small syntax fix
* enh(sonar): data is a const method
* enh(sonar): remove unused operators
* fix(engine/environment): little optimizations

Co-authored-by: David Boucher <dboucher@centreon.com>

REFS: MON-14588

* enh(broker/bam): Several logs added to better understand inherited downtimes

* enh(broker/bam): Several logs added to better understand inherited downtimes
* fix(broker/unified_sql): all sql queries are not considered as very important. The stream won't close because of a query that fails
* fix(broker): notification_number is u64 now
* fix(broker/config): retry_interval defined to 15s by default

REFS: MON-15116 MON-12130

* fix(ci):correct syntax (#381)

* MON-14908 servicegroups and hostgroups are cleaned later (#383)

REFS:MON-14908

* fix(broker/bam): forced svc checks deduplicated (#385)

* fix(broker/bam): forced svc checks deduplicated
* fix(broker/bam): cleanup of dead code

REFS: MON-15086

* fix(broker): build may failed because of dependencies not declared

* enh(cmake): A work to accept C++17 compilation

* REFS:MON-10736

* MON-10736 add gdb backtrace for process still alive

* MON-10736 grpc lock

* MON-10736 grpc core on shutdown and tests correction (#389)

REFS:MON-10736

* fix(broker/bam): monitoring stream does not block anymore when sending forced checks to engine

* fix(broker/bam): bam tests are fixed now
* cleanup(tests): python code formatted with autopep8
* cleanup(broker/bam): comments added

REFS: MON-15086

* fix(tests): regression in Common.py fixed

* enh(conan): conanfile updated to match packages requirements on openssl

* fix(broker): stats engine was subject to deadlocks (#391)

REFS: MON-15225

* update jenkinsfile for unstable delivery

Co-authored-by: denliA <91119589+denliA@users.noreply.github.com>
Co-authored-by: David Boucher <dboucher@centreon.com>
Co-authored-by: Charles Gautier <33026375+chgautier@users.noreply.github.com>
Co-authored-by: jean-christophe81 <98889244+jean-christophe81@users.noreply.github.com>
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.

2 participants