-
Notifications
You must be signed in to change notification settings - Fork 294
[syncd] Move logSet logGet under mutex to prevent race condition #1505
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
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@kcudnik Can you raise a PR to 202405 to address conflict? |
after this will pass |
@kcudnik Would you please elaborate on what issue you saw without the fix? We saw an issue which I'm not sure whether it's the same |
Saw the referenced ticket:) |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
arm fail becaue of syslog pipeline, not related to PR |
/azp run Azure.sonic-sairedis |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@kcudnik : can you create PR for 202405 ? |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hi @kcudnik , the PR checking is reporting out-of-date, could you rebase to the newest master branch? |
also for 202405: #1520 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@kcudnik , Do you have dedicate PR for 202411 as this one got conflicts ? |
#1520 here is for 202405 if you need for 11,maybe i could be cherrypicked from 202405 without conflicts |
Thanks, please do. |
@kcudnik please let me know when you have a PR for 202411 |
Fixes: sonic-net/sonic-buildimage#21180
Mutex is added to protect m_logLevelMap when doing logSet from multiple thread