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

AER-2293 - Attempt to reduce error log when restarting taskmanager #65

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

Hilbrand
Copy link
Member

On production system when Taskmanager/RabbitMQ is restarted it can happen 2 taskmanagers are run temporary. Because some queues have unique access requirements the newly started taskmanager could complain it can't access the queues. The taskmanager should recover from this, but in the mean time will log numerous errors. This is an attempt to reduce that logging. It was not possible to reproduce the exact logging from production, but this should at least reduce some logging.

Also includes some code cleanup.

On production system when Taskmanager/RabbitMQ is restarted it can happen 2 taskmanagers are run temporary.
Because some queues have unique access requirements the newly started taskmanager could complain it can't access the queues.
The taskmanager should recover from this, but in the mean time will log numerous errors.
This is an attempt to reduce that logging. It was not possible to reproduce the exact logging from production, but this should at least reduce some logging.
@Hilbrand Hilbrand merged commit 3429178 into aerius:main Nov 16, 2023
1 check passed
@Hilbrand Hilbrand deleted the AER-2293-reduce-error-logging branch November 16, 2023 16:45
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