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

Fixes the psud crash when database connection gets reset #3647

Merged
merged 1 commit into from
Jan 10, 2020

Conversation

Kalimuthu-Velappan
Copy link
Contributor

@Kalimuthu-Velappan Kalimuthu-Velappan commented Oct 22, 2019

- What I did

When database service is down, psud daemon throws an error because of DB connection reset, this because pmon service has no dependency with database service.

- How I did it

Added database service dependency to the pmon service.
Increased the net.core.somaxconn value to 512 to solve the connection failure on the scaled setup.

- How to verify it
Verified that pmon service gets stopped when database service is stopped.

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@Kalimuthu-Velappan Kalimuthu-Velappan changed the title Fixes for psud crash when database connection gets reset Fixes the psud crash when database connection gets reset Oct 22, 2019
@Kalimuthu-Velappan Kalimuthu-Velappan marked this pull request as ready for review October 22, 2019 14:31
@lguohan lguohan merged commit 6dcc08e into sonic-net:master Jan 10, 2020
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