Commit 923a428
Radek Felcman
DeadLock detection diagnostic - WriteLockManager.acquireLocksForClone message change (#2450)
Fixes #2173
There is incorrect log output in case if deadlock is detected and dump triggered in WriteLockManager.acquireLocksForClonemessage(). Mentioned method acquire read lock instead of write lock -> logged output was incorrect.
(cherry picked from commit d5d4f23)
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>1 parent 6536fe2 commit 923a428
3 files changed
Lines changed: 6 additions & 3 deletions
File tree
- foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/helper
- jpa/eclipselink.jpa.testapps/jpa.test.diagnostic.deadlock/src/test/java/org/eclipse/persistence/testing/tests/jpa/deadlock/diagnostic
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1147 | 1147 | | |
1148 | 1148 | | |
1149 | 1149 | | |
| 1150 | + | |
1150 | 1151 | | |
1151 | 1152 | | |
1152 | 1153 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
172 | | - | |
| 171 | + | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
| |||
205 | 204 | | |
206 | 205 | | |
207 | 206 | | |
208 | | - | |
| 207 | + | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| |||
0 commit comments