-
Notifications
You must be signed in to change notification settings - Fork 545
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
[orchagent] Increase SAI REDIS response timeout to support FW upgrade during init (Mellanox only) #1637
Conversation
@liat-grozovik Looks like build environment issue, can you re run please? |
/AzurePipelines run |
Commenter does not have sufficient privileges for PR 1637 in repo Azure/sonic-swss |
/AzurePipelines run |
Commenter does not have sufficient privileges for PR 1637 in repo Azure/sonic-swss |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
retest vs please |
1 similar comment
retest vs please |
ARM build is failing. 2021-02-16T20:58:03.3481304Z __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, Did you see it before? |
im looking to some recent build like this: #1643, all checks are passing, and i see a lot of similar warnings during compilation: https://dev.azure.com/mssonic/build/_build/results?buildId=4187&view=logs&jobId=e51ebb60-45fa-5846-0822-3aaf597a9c80&j=e51ebb60-45fa-5846-0822-3aaf597a9c80&t=22830a29-09d4-5764-f143-c6b729e2f8db which takes over 2h but completes fine as for your actual error comes from here:
for cross arm compilation you need to use PRIu64 prefixes instead of "%lu" as for warning described here: https://stackoverflow.com/questions/48149323/what-does-the-gcc-warning-project-parameter-passing-for-x-changed-in-gcc-7-1-m |
2127be5
to
a4fd193
Compare
… during init (Mellanox only). Signed-off-by: liora <[email protected]>
a4fd193
to
5e3207b
Compare
@kcudnik Kamil thank you so much, I fixed the PRIu64 thing. Can you please rerun for me? |
@kcudnik Please merge and backport to 202012. |
Hi @kcudnik - can you please merge it and also backport to 202012 ? |
@liat-grozovik can you please add backport to 202012 tag? |
no i cannot. |
@yxieca Hello Ying, I couldn't find this commit in swss 202012, please advise. |
@liorghub the submodule update PR just got merged. You should be able to see it now. |
… during init (Mellanox only). (#1637) Signed-off-by: liora <[email protected]> Co-authored-by: liora <[email protected]>
… during init (Mellanox only). (sonic-net#1637) Signed-off-by: liora <[email protected]> Co-authored-by: liora <[email protected]>
… during init (Mellanox only). (sonic-net#1637) Signed-off-by: liora <[email protected]> Co-authored-by: liora <[email protected]>
Increase orchagent SAI REDIS response timeout to support FW upgrade during init (Mellanox only).
This change should be merged after the following PRs were merged:
sonic-net/sonic-sairedis#774
Signed-off-by: liora [email protected]
What I did
Increase orchagent SAI REDIS response timeout during init in order for orchagent to wait enough time for response from syncd since in init, syncd startup script first calls FW upgrade script (that might take up to 7 minutes in systems with Gearbox) and only then launches syncd.
Why I did it
To support FW upgrade during init flow.
How I verified it
I manually changed ASIC and Gearbox FW followed by hard reset in order for FW upgrade to take place on init.
Which release branch to backport