fix(gorgone-mbi): wrong order execution for events calculation#1692
fix(gorgone-mbi): wrong order execution for events calculation#1692garnier-quentin wants to merge 25 commits into
Conversation
* Add pb_neb_lib dependencies to centenginestats * Add pb_bam_lib dependencies to engine_legacy_conf REFS: MON-147186
centreon#1680) * fix(common/engine_conf): multiple inheritence broken because of a missing flag enabled * fix(common/log_v2): segfault in centengine fixed * fix(engine/config/applier): bad use of std::equal * fix(tests/engine): new test * fix(broker/neb): cbmod was linked with not needed libraries * fix(broker/lua): a memory leak introduced with the new openssl md5 fixed * fix(tests/engine): a new test to validate the good behavior of inheritance * enh(cmake): new option LEGACY_ENGINE to compile the legacy engine instead of the new one * fix(gh/alma8): maxscale repo is disabled on alma8 * fix(cmake): issues with dependencies * enh(gha): new possibility to save packages as artifacts REFS: MON-147499
|
Important Review skippedAuto reviews are limited to specific labels. 🏷️ Labels to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Hi @garnier-quentin, Indeed, thanks for the performance enhancements, it avoids multiple requests to the db. It would be perfect if you could add a message like below :
Or before exiting the function (to avoid too much log writing):
|
|
I moved it as draft until conflicts are resolved |
Sorry for the delay. conflicts are solved |
|
🤖 This is an automatic comment generated by an internal tool. Complexity Classification: StandardJustification: Automatic classification failed; defaulting to standard.
A maintainer can override this classification at any time. |
|
🤖 This is an automatic comment generated by an internal tool. This PR does not appear to be linked to a Jira ticket. PRs without a linked Jira ticket will not be prioritized for review. To get this PR reviewed, please:
Once linked, this PR will be automatically classified and tracked. |
Description
There is a race condition with rebuild. Some tables are filled before the the DROP/CREATE.
Type of change
Target serie
How this pull request can be tested ?
It's a race condition so it's kind of difficult to reproduce. You can test the rebuild is still working.
Checklist