1
(click on this box to dismiss)
How to identify deadlocks
Is there a way to figure out if a deadlock occured?
1
Answer
1
You can use the lockdb utility to check the lock on a database:
cubrid lockdb options database_name
options : [{-o|--output-file=} file ]
And check if the same lock is being simultaneously used by multiple transactions resulting in a deadlock
More info about lockdb: http://www.cubrid.org/manual/840/en/Checking%20Lock%20Status
tagged
asked 2 years ago
viewed 492 times