Hi,

On Mon, Mar 12, 0008 at 3:56 PM, Jackrabbit Continuum
<[EMAIL PROTECTED]> wrote:
>  Build statistics:
>   State: Failed

There seems to be a random concurrent addNode() test error in trunk at
the moment. The details are in:

http://jackrabbit.zones.apache.org:8080/continuum/buildResult.action?buildId=3172&projectId=2&projectGroupId=6
http://jackrabbit.zones.apache.org:8080/continuum/buildResult.action?buildId=3167&projectId=2&projectGroupId=6

The issue seems to be a case where two concurrent treads add a child
node with the same name to the same parent. There seems to be a case
(critical line is 770 in NodeImpl.java) where the shared node state
contains the child node added by the first thread but the underlying
ItemManager throws an ItemNotFoundException, when the second thread
tries to access that child node.

I'll see if I can qualify the problem better or come up with a more
reliable test case, and will file a bug report on this.

BR,

Jukka Zitting

Reply via email to