Skip to content

Truncate too big notification command lines, fix GelfWriter deadlock and return 503 in /v1/console/* during reload #9947

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

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

Al2Klimov and others added 3 commits December 20, 2023 10:46
…mment

not to run into an exec(3) error E2BIG due to a too long argument.
This sends a notification with truncated output instead of not sending.
On shutdown or HA re-connect ConfigObject#SetAuthority(false) is called which
does ObjectLock(this) and ConfigObject#Pause(). GelfWriter#Pause(), with the
above ObjectLock, calls m_WorkQueue.Join(). But items inside that also doing
ObjectLock(this) cause a deadlock.
@icinga-probot icinga-probot bot added this to the 2.14.1 milestone Dec 20, 2023
@cla-bot cla-bot bot added the cla/signed label Dec 20, 2023
@icinga-probot icinga-probot bot added area/api REST API area/graphite Metrics to Graphite area/notifications Notification events bug Something isn't working ref/IP labels Dec 20, 2023
@Al2Klimov Al2Klimov requested a review from yhabteab December 20, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api REST API area/graphite Metrics to Graphite area/notifications Notification events bug Something isn't working cla/signed ref/IP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants