]
Galder Zamarreño commented on ISPN-1110:
----------------------------------------
Not in a single class. The UT attached is just a quick version that I used to verify the
issue. The test that I ended up using for ISPN-1091 where all this started had to use
isPre=false in the end and so I know that works fine. Clearly though when I fix this the
listener test will be enhanced to cover both cases.
Locks not cleared when listener throws exception
-------------------------------------------------
Key: ISPN-1110
URL:
https://issues.jboss.org/browse/ISPN-1110
Project: Infinispan
Issue Type: Bug
Components: Listeners, Locking and Concurrency
Affects Versions: 4.2.1.FINAL, 5.0.0.CR2
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Priority: Blocker
Fix For: 4.2.2.BETA1, 4.2.2.FINAL, 5.0.0.CR3, 5.0.0.FINAL
Attachments: ListenerThrowsExceptionTest.java
If a listener implementation throws an exception (at least when isPre()) when a new entry
is created, acquired locks are unreleased.
So, concurrent invocations on same key will fail with a timeout exception
--
This message is automatically generated by JIRA.
For more information on JIRA, see: