When tried to set transaction time-out limit to value 120 and the time-out occurred, the thread became blocked indefinitely in
NativeSession.rollbackAsynchronously()
on line
#114 with code
asynchronousRollbackLock.lock();
But if the time-out limit is set to lower value ( < 70 ), the exception informing about time-out is properly thrown.
The version of xadisk is 1.2.2 with Java 1.8 and Linux.
Has anyone experienced this? Is there way how to fix it or is there any workaround?