-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
OrchDaemon Retry Optimization #1822
Open
a114j0y
wants to merge
47
commits into
sonic-net:master
Choose a base branch
from
a114j0y:retry
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
a114j0y
force-pushed
the
retry
branch
7 times, most recently
from
October 7, 2024 23:05
5396e71
to
53f437c
Compare
a114j0y
changed the title
RetryCache for SWSS Executors
Retry Optimization for SWSS Executors
Oct 10, 2024
a114j0y
changed the title
Retry Optimization for SWSS Executors
OrchDaemon Retry Optimization
Oct 10, 2024
* DHCP Mitigation HLD * Images Added * MD Format Update * Updated Mitigation Strategy * Update DHCP Mitigation.md * Update DHCP Mitigation.md * Update DHCP Mitigation.md USE case * Reviewed * Updated Design as per COPP behavior * Changed Design image added * architecture added * Yang model range update * HLD Updated as per suggestions * added missing architecture image and sequence diagram
Add local region ID to Dash appliance schema
* Update SONiC_Generic_Config_Update_and_Rollback_Design.md * Update SONiC_Generic_Config_Update_and_Rollback_Design.md
Restrict allowed values for the routing_type field in DASH_ROUTE_TABLE Specify behavior of route groups once all ENI bindings are removed Deprecate/rename some action_type fields to be consistent with the latest sonic-dash-api changes.
…tage (sonic-net#1763) Signed-off-by: Stephen Sun <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
…bers CLI, yang, config db, appl db, requirement,etc Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
(1) Updated the HLD to reflect VRRP, VRRP6, VRRP_TRACK and VRRP6_TRACK tables. (2) Removed the vrrpmgrd from the APP_DB VRRP_TABLE's Producers (3) Updated the Architecture Diagram according to (2). Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
…#1770) This PR is to align the yang model to change `bridge_midplane` to `bridge-midplane` since this is the value used in the `systemd-networkd` in CONFIG_DB so that the yang validation does not fail Related to PRs: sonic-net/sonic-buildimage#19819
MoM html file update for Aug24
New platform (Micas Networks) update for supported platform html file
New platform (Micas Networks) update for supported platform md file
[DASH] Undeprecate ENI table pl_sip_encoding (sonic-net#1805) * pl_sip_encoding was recently undeprecated, so update the HLD accordingly. * Update privatelink configuration examples to reflect pl_sip_encoding
* OA crash handling to reinitialize port through xcvrd * Added table to list values for MEDIA_SETTINGS_SYNC_STATUS * Fixed typo * Addressed PR comment * Addressed PR comments and separated media notification between SfpStateUpdateTask and CmisManagerTask threads * Modified media settings to NPU SI settings for clearly differentiating module v/s NPU SI settings in future * Fixed typo * Addressed PR comments * Reverted unrelated changeset * Addressed PR comments * Added pre-requisite section and added testcase for OA restart * Corrected typo in XCVRD init sequence diagram * Added description and functioning related to is_npu_si_settings_update_required * Fixed typo * Addressed review comments * Replaced usage of PORT_TABLE for storing the keys from APPL_DB to STATE_DB
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.
Optimize the blind retry logic of OrchDaemon retry process