multithreading - Find out both java threads involve in a deadlock -


this question has answer here:

there deadlock happening in our system. know 1 side of deadlock ended timing out. non static method synchronized.

 public synchronized void storeh...( 

is there way recover log containing information other part involved in lock? mean method waiting lock concurring 1 timed out.

i know in mysql possible see information deadlocks

show innodb status 

is there equivalent java?


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -