This content has been marked as final.
Show 2 replies
-
1. Re: HotRodClientException error
sebastian.laskawiec Sep 29, 2016 10:48 AM (in response to stejas7)The issue is that the server can not lock a key within 30 seconds (exactly as the error states). There are number of things which can trigger this but the most common is that some other thread is blocking while holding the lock.
The easy solution is to increase the locking timeout in cache configuration (<locking acquire-timeout="60000"/>).
You might also look at some other threads from the past and share with us a thread-dump with your Infinispan configuration.
-
2. Re: HotRodClientException error
stejas7 Sep 30, 2016 4:04 AM (in response to sebastian.laskawiec)Thanks sebastian.laskawiec