multithreading - Find out both java threads involve in a deadlock -
this question has answer here:
- deadlock detection in java 15 answers
- how debug deadlock in java using eclipse 6 answers
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
Post a Comment