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

Reloaddelay #695

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Kalimuthu-Velappan
Copy link
Contributor

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

- What I did
Fixes for system reload delay:

The 'config reload' is taking so much time, this is because the services are stopped first and then restarted again instead of starting it again.

- How I did it

The fix is to start the service after stop instead of restart.
Here is sequence for config realod
--> stop the core service
--> restart the config service
--> start the core service. (instead of restarting the core service)

- How to verify it
Run the config reload command multiple times.

- Previous command output (if the output of a command-line utility has changed)

- New command output (if the output of a command-line utility has changed)

-->

@Kalimuthu-Velappan Kalimuthu-Velappan marked this pull request as ready for review October 11, 2019 09:36
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.

1 participant