[fpmsyncd][WR] Relax the static schema constraint for ROUTE_TABLE#2981
Merged
dgsudharsan merged 7 commits intosonic-net:masterfrom Dec 8, 2023
Merged
[fpmsyncd][WR] Relax the static schema constraint for ROUTE_TABLE#2981dgsudharsan merged 7 commits intosonic-net:masterfrom
dgsudharsan merged 7 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Vivek Reddy <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
dgsudharsan
previously approved these changes
Dec 6, 2023
stepanblyschak
approved these changes
Dec 6, 2023
prsunny
reviewed
Dec 7, 2023
prsunny
previously approved these changes
Dec 7, 2023
Collaborator
|
wait for @yxieca to signoff |
dgsudharsan
previously approved these changes
Dec 7, 2023
cda7433 to
4f0c597
Compare
Signed-off-by: Vivek Reddy <[email protected]>
4f0c597 to
ab15d23
Compare
dgsudharsan
previously approved these changes
Dec 7, 2023
StormLiangMS
pushed a commit
that referenced
this pull request
Dec 15, 2023
) (#2983) Remove the assert when the schema changes and in that case, imply a diff and pass it down to orchagent
yxieca
pushed a commit
to sonic-net/sonic-utilities
that referenced
this pull request
Dec 15, 2023
Fix sonic-net/sonic-buildimage#17322 Remove the route migration operation from db_migrator. The route migration operation takes a lot of time as indicated in the below issue. This is not necessary since the hardcoded assert in the fpmsyncd on new fields is removed in sonic-net/sonic-swss#2981
mssonicbld
pushed a commit
to mssonicbld/sonic-utilities
that referenced
this pull request
Dec 16, 2023
Fix sonic-net/sonic-buildimage#17322 Remove the route migration operation from db_migrator. The route migration operation takes a lot of time as indicated in the below issue. This is not necessary since the hardcoded assert in the fpmsyncd on new fields is removed in sonic-net/sonic-swss#2981
mssonicbld
pushed a commit
to sonic-net/sonic-utilities
that referenced
this pull request
Dec 16, 2023
Fix sonic-net/sonic-buildimage#17322 Remove the route migration operation from db_migrator. The route migration operation takes a lot of time as indicated in the below issue. This is not necessary since the hardcoded assert in the fpmsyncd on new fields is removed in sonic-net/sonic-swss#2981
mssonicbld
pushed a commit
to mssonicbld/sonic-swss
that referenced
this pull request
Feb 2, 2024
…nic-net#2981) Remove the assert when the schema changes and in that case, imply a diff and pass it down to orchagent
Collaborator
|
Cherry-pick PR to 202311: #3030 |
mssonicbld
pushed a commit
to mssonicbld/sonic-utilities
that referenced
this pull request
Feb 2, 2024
Fix sonic-net/sonic-buildimage#17322 Remove the route migration operation from db_migrator. The route migration operation takes a lot of time as indicated in the below issue. This is not necessary since the hardcoded assert in the fpmsyncd on new fields is removed in sonic-net/sonic-swss#2981
mssonicbld
pushed a commit
to sonic-net/sonic-utilities
that referenced
this pull request
Feb 2, 2024
Fix sonic-net/sonic-buildimage#17322 Remove the route migration operation from db_migrator. The route migration operation takes a lot of time as indicated in the below issue. This is not necessary since the hardcoded assert in the fpmsyncd on new fields is removed in sonic-net/sonic-swss#2981
mssonicbld
pushed a commit
to mssonicbld/sonic-swss
that referenced
this pull request
Mar 4, 2024
…nic-net#2981) Remove the assert when the schema changes and in that case, imply a diff and pass it down to orchagent
Collaborator
vivekrnv
added a commit
to vivekrnv/sonic-swss
that referenced
this pull request
Mar 4, 2024
…nic-net#2981) Remove the assert when the schema changes and in that case, imply a diff and pass it down to orchagent
yxieca
added a commit
that referenced
this pull request
Apr 5, 2024
) (#3067) Remove the assert when the schema changes and in that case, imply a diff and pass it down to orchagent Co-authored-by: Ying Xie <[email protected]>
nmoray
pushed a commit
to nmoray/sonic-utilities
that referenced
this pull request
Jun 25, 2025
Fix sonic-net/sonic-buildimage#17322 Remove the route migration operation from db_migrator. The route migration operation takes a lot of time as indicated in the below issue. This is not necessary since the hardcoded assert in the fpmsyncd on new fields is removed in sonic-net/sonic-swss#2981
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
…nic-net#2981) Remove the assert when the schema changes and in that case, imply a diff and pass it down to orchagent
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.
What I did
Remove the assert when the schema changes and in that case, imply a diff and pass it down to orchagent. Fixed sonic-net/sonic-buildimage#17322
Why I did it
warmRestartHelper assumes a static schema during warm upgrade reconciliation. To overcome this, the db_migrator is used to add the missing fields in the ROUTE_TABLE. This is leading to control plane downtime exceeding 90 sec.
How I verified it
UT:
Details if related