From: Dmitriy S. <sha...@gm...> - 2011-11-04 10:03:49
|
Did this change fix issue for you? release the lock that wasn't acquire is just a warning message at the log. On Fri, Nov 4, 2011 at 1:03 AM, Patrick Bosek <pat...@jo...>wrote: > > In my stress testing I've found a deadlock issue that in the XQuery Update > code, it's in Modification.selectAndLock(..) on line 147. The problem was > that a READ_LOCK was being acquired on the BrokerPool inside of the > try/finally that removed it. So, in the case the acquire failed and threw > an error, the release would pop off the wrong READ_LOCK. > -- Dmitriy Shabanov |