-
Notifications
You must be signed in to change notification settings - Fork 429
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
Supress RDBMS warnings about pool not running in mongoose_cets_discovery_rdbms #4108
Conversation
elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / a4f5c7f small_tests_24 / small_tests / a4f5c7f small_tests_25 / small_tests / a4f5c7f small_tests_25_arm64 / small_tests / a4f5c7f ldap_mnesia_24 / ldap_mnesia / a4f5c7f dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / a4f5c7f dynamic_domains_mysql_redis_25 / mysql_redis / a4f5c7f ldap_mnesia_25 / ldap_mnesia / a4f5c7f dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / a4f5c7f internal_mnesia_25 / internal_mnesia / a4f5c7f dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / a4f5c7f pgsql_cets_25 / pgsql_cets / a4f5c7f pgsql_mnesia_25 / pgsql_mnesia / a4f5c7f mysql_redis_25 / mysql_redis / a4f5c7f pgsql_mnesia_24 / pgsql_mnesia / a4f5c7f mssql_mnesia_25 / odbc_mssql_mnesia / a4f5c7f |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4108 +/- ##
==========================================
- Coverage 83.90% 83.89% -0.01%
==========================================
Files 551 551
Lines 33589 33596 +7
==========================================
+ Hits 28182 28187 +5
- Misses 5407 5409 +2
☔ View full report in Codecov by Sentry. |
package is still failing to build, otherwise ci is green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. There is still a delay of 5 seconds from cets_discovery:schedule_check/1
.
catch Class:Reason:Stacktrace -> | ||
?LOG_ERROR(#{what => discovery_failed_select, class => Class, | ||
reason => Reason, stacktrace => Stacktrace}), | ||
{{error, Reason}, State} | ||
end. | ||
|
||
is_rdbms_running() -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be here or could be moved into mongoose_rdbms :)
This PR addresses "MIM-1998 Errors in logs for CETS + RDBMS"
Proposed changes include:
Fixes: