[config reload]Config Reload Enhancement#45
Merged
qiluo-msft merged 12 commits intosonic-net:masterfrom Apr 11, 2023
Merged
Conversation
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
8 tasks
qiluo-msft
reviewed
Feb 27, 2023
qiluo-msft
reviewed
Feb 27, 2023
Contributor
Author
|
/azpw run |
|
/AzurePipelines run |
|
Commenter does not have sufficient privileges for PR 45 in repo sonic-net/sonic-host-services |
Contributor
Author
|
/azpw run sonic-net.sonic-host-services |
|
/AzurePipelines run sonic-net.sonic-host-services |
|
Commenter does not have sufficient privileges for PR 45 in repo sonic-net/sonic-host-services |
Contributor
Author
|
@xumia @qiluo-msft Can you please restart the pipeline here? |
Contributor
|
/azp run |
1 similar comment
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
@dgsudharsan, the azp has an issue relative to the GitHub connection, fixed. |
Contributor
qiluo-msft
reviewed
Mar 18, 2023
qiluo-msft
reviewed
Mar 18, 2023
7f848a9 to
4bcc9dc
Compare
Contributor
Author
|
/EasyCLA |
4bcc9dc to
56be160
Compare
Collaborator
|
@qiluo-msft could you please help to review? |
qiluo-msft
approved these changes
Mar 21, 2023
Closed
8 tasks
dgsudharsan
added a commit
to dgsudharsan/sonic-host-services
that referenced
this pull request
May 26, 2023
Code changes for config reload Enhancement sonic-net/SONiC#1203. Enhancing config reload to sequence the services and faster system initialization. Immediately restart the critical services during config reload. The non critical should be started only after all the ports are initialized. Services can be configured to be started immediately or delayed. This can be using a field in FEATURE table. The existing timers should be removed by this event driven approach. This flow is applicable in case of all reboots (warm/fast/cold) as well as config reload.
StormLiangMS
pushed a commit
that referenced
this pull request
Jun 10, 2023
Backporting #45 Code changes for config reload Enhancement sonic-net/SONiC#1203. Enhancing config reload to sequence the services and faster system initialization. Immediately restart the critical services during config reload. The non critical should be started only after all the ports are initialized. Services can be configured to be started immediately or delayed. This can be using a field in FEATURE table. The existing timers should be removed by this event driven approach. This flow is applicable in case of all reboots (warm/fast/cold) as well as config reload.
wenyiz2021
reviewed
Aug 16, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Code changes for config reload Enhancement sonic-net/SONiC#1203.
Enhancing config reload to sequence the services and faster system initialization.
Immediately restart the critical services during config reload.
The non critical should be started only after all the ports are initialized.
Services can be configured to be started immediately or delayed. This can be using a field in FEATURE table.
The existing timers should be removed by this event driven approach.
This flow is applicable in case of all reboots (warm/fast/cold) as well as config reload.