-
Notifications
You must be signed in to change notification settings - Fork 897
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
[HAMMER]Do not calculate backlog when subscription not active #19254
[HAMMER]Do not calculate backlog when subscription not active #19254
Conversation
@miq-bot add-label changelog/yes |
3cf0eda
to
41119f5
Compare
41119f5
to
5f023eb
Compare
app/models/pglogical_subscription.rb
Outdated
_log.error(e.message) | ||
nil | ||
if status != "replicating" | ||
_log.error("Please check that database `#{dbname}` is running on host `#{host}` and accepting TCP/IP connections on port #{port}") |
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.
Curious why this log message is different from the one on the master PR?
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.
no reason, I had 2 environment 5.10 and 5.11 and always was mistake what i am testing/looking at the log, I will change it to be the same ...
Checked commits yrudman/manageiq@f964e0b~...52b42a0 with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
The Travis error is unrelated (see: #19137 (comment)), so merging. |
Do not attempt to calculate backlog unless subscription status is "replicating"
It is
hammer
specific PR to backport #19234Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1749052
@miq-bot add-label bug, core
\cc @gtanzillo