-
Notifications
You must be signed in to change notification settings - Fork 245
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
Fixed for Deadlock in IMMS Proxy Service #2626
Fixed for Deadlock in IMMS Proxy Service #2626
Conversation
Improper Commit Message |
75c77d2
to
1110e52
Compare
1110e52
to
6472a7f
Compare
6472a7f
to
4e41e50
Compare
Observed deadlock while switching user. Updating imms service locking scenerio. Tests: Switch user few times. there is no dead lock issue. Tracked-On: OAM-122779 Signed-off-by: Ankit Agrawal <ankit.agarwal@intel.com>
4e41e50
to
a7d1e3b
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
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
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
b9417cb
into
projectceladon:celadon/u/mr0/master
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon_umr0_master-merge/117 |
Observed deadlock while switching user.
Updating imms service based on user in seperate thread.
Tests: Switch user few times. there is no dead lock issue.
Tracked-On: OAM-122779