Description
Currently, if transactional deadlock occurred, there is no easy way to find out which locks were reordered.
We need to add a mechanism that will collect information about awating candidates, analyze it and show guilty keys. Most likely this should be implemented with the help of custom discovery message.
In addition we should automatically execute this mechanism if transaction times out and add information to timeout exception.
Attachments
Issue Links
- depends upon
-
IGNITE-2797 Prepare and finish future never time out
- Closed