Repo Added
|
Files
46
|
Badge
Embed ▾
README BADGES
|
push
travis-ci-com
<a href="https://github.com/noironetworks/aci-containers/commit/<a class=hub.com/noironetworks/aci-containers/commit/46ec1c47b87eed9f58e359b3b4691f203caa8aef">46ec1c47b<a href="https://github.com/noironetworks/aci-containers/commit/46ec1c47b87eed9f58e359b3b4691f203caa8aef">">Fixed deadlock in hostagent Trying to access snatPolicyCacheMutex.RLock again in same goroutine without releasing already acquired snatPolicyCacheMutex.RLock was causing deadlock. This goroutine accessed its first snatPolicyCacheMutex.RLock and then another goroutine stated waiting for snatPolicyCacheMutex.Lock and hence the first goroutine was not able to access the 2nd snatPolicyCacheMutex.RLock which caused the deadlock Avoided the 2nd occurance of snatPolicyCacheMutex.RLock in same goroutine without releasing the 1st read lock. (cherry picked from commit </a><a class="double-link" href="https://github.com/noironetworks/aci-containers/commit/<a class="double-link" href="https://github.com/noironetworks/aci-containers/commit/65e7351d01252b1f561af892bccc538cc7c3e586">65e7351d0</a>">65e7351d0</a><a href="https://github.com/noironetworks/aci-containers/commit/46ec1c47b87eed9f58e359b3b4691f203caa8aef">)
3 of 3 new or added lines in 2 files covered. (100.0%)
11545 of 20167 relevant lines covered (57.25%)
0.64 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
6225 | deadlock-fix-5.2.3.1 | <a href="https://github.com/noironetworks/aci-containers/commit/46ec1c47b">Fixed deadlock in hostagent Trying to access snatPolicyCacheMutex.RLock again in same goroutine without releasing already acquired snatPolic... | push | akhilamohanan | travis-ci-com |
57.25 |