You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm facing to TransactionTimedOutException that occurs at DefaultLockRepository.acquire(). I think is the parameter timeout = 1 on the @Transactional annotation on it.
Why the lock is not retried in this case ? It's a naive question, really.
Thank you in advance!