-
Bug
-
Resolution: Done
-
Critical
-
4.0.0.Alpha4, 3.8.1.Final
-
None
When running the ConcurrentNodeLoadTest will occasionally produce an exception like the following, and the test will fail:
javax.jcr.PathNotFoundException: No node exists at path '/customers/aaa/aaa0b380-d0c0-4d9a-9f10-d2c9cc3c4d59' in workspace "load" at org.modeshape.jcr.JcrSession.cachedNode(JcrSession.java:614) at org.modeshape.jcr.JcrSession.node(JcrSession.java:646) at org.modeshape.jcr.JcrSession.node(JcrSession.java:665) at org.modeshape.jcr.JcrSession.getNode(JcrSession.java:849) at org.modeshape.jcr.JcrSession.getNode(JcrSession.java:832) at org.modeshape.jcr.JcrSession.getNode(JcrSession.java:125) at org.modeshape.jcr.ConcurrentNodeLoadTest.addContentToCustomer(ConcurrentNodeLoadTest.java:239) at org.modeshape.jcr.ConcurrentNodeLoadTest$CustomerModifier.call(ConcurrentNodeLoadTest.java:212) at org.modeshape.jcr.ConcurrentNodeLoadTest$CustomerModifier.call(ConcurrentNodeLoadTest.java:193) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) Saving batch 80
We need to investigate why this occurs and find a fix.
- is blocked by
-
ISPN-4810 Local Transactional Cache loses data when eviction is enabled and there are multiple readers and one writer
- Closed
- is related to
-
MODE-2558 Concurrent Modifications with User Transactions can result in NodeNotFoundInParentException
- Resolved
-
MODE-2323 Remove SchematicDB proxy layer overhead
- Resolved
- relates to
-
MODE-2423 Upgrade Infinispan version to 7.1.0.Final or newer
- Resolved