Fixed
Details
Assignee
UnassignedUnassignedReporter
Christian KöberlChristian KöberlComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Christian Köberl
Christian KöberlComponents
Fix versions
Affects versions
Priority
Created August 12, 2010 at 2:45 PM
Updated January 27, 2015 at 10:20 PM
Resolved November 6, 2010 at 1:23 PM
Occurs: when an indexed entity is modified while another thread is re-indexing the index for that entity
Consequences: Hibernate Search calls "workspace.forceLockRelease();" in the catch-block of PerDPQueueProcessor#run - so the lock held by the batch indexer is forcefully released. That means the next entity index operation will write to the index causing the index to be corrupt.
First Exception - triggers forceLockRelease
second Exception - index is destroyed