ecm:fulltextJobId belongs to the fulltext table and was not invalidated.
This is a problem when session 1 writes a jobid, session 2 does the job and clears the jobid, then session1 has another job and sets the same jobid again. It was actually not written because, failing an invalidation, session1 thought the jobid was already correctly set.
- is required by
-
NXP-10864 Write to fulltext table single-threaded
- Resolved