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

INTEGRATION [PR#2574 > development/7.70] Bugfix/bb 624 connection retry #2577

Closed
wants to merge 12 commits into from

Conversation

bert-e
Copy link
Contributor

@bert-e bert-e commented Nov 5, 2024

This pull request has been created automatically.
It is linked to its parent pull request #2574.

Do not edit this pull request directly.
If you need to amend/cancel the changeset on branch
w/7.70/bugfix/BB-624-connection-retry, please follow this
procedure:

 $ git fetch
 $ git checkout w/7.70/bugfix/BB-624-connection-retry
 $ # <amend or cancel the changeset by _adding_ new commits>
 $ git push origin w/7.70/bugfix/BB-624-connection-retry

Please always comment pull request #2574 instead of this one.

Prevent hanging indefinitely if replication status' BackbeatConsumer
succeeds to connect to kafka but then FailedCRRPRoducer or
ReplayProducer fails
If probing too soon on startup some CRR components
can crash.
Check consumer exists for metric function to use it.
Also the probe server is started after the queue (like in ZENKO)
If destination is down on start, QueueProcessor would ignore
and start connecting to consumer.

Now if destination is down the process will stop and restart
so it can try connecting again to destination.
@BourgoisMickael BourgoisMickael force-pushed the w/7.70/bugfix/BB-624-connection-retry branch from 80c68e4 to 57fc235 Compare November 6, 2024 01:30
@bert-e bert-e deleted the w/7.70/bugfix/BB-624-connection-retry branch November 6, 2024 01:33
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.

3 participants