On 28.1.14 8:39 , Marcel Reutegger wrote:
Hi,

Failed tests:
addNodes[2](org.apache.jackrabbit.oak.jcr.ConcurrentAddIT):
javax.jcr.InvalidItemStateException: OakState0001: Unresolved conflicts
in /test/node4

This doesn't seem to be related to my changes. Anyone else seen such
before? Does the content contributed by the test case actually ensure
that no conflicts arise? Otherwise such an exception is actually to be
expected and we should change the test.

the test may cause conflicts in the property index. the expectation is
that node store implementations are able to deal with those conflicts
introduced by commit editors and retry the merge.

maybe in this case one thread was unfortunate on each retry and
eventually failed the merge.

So the failure would still be expected in this case but rather difficult to distinguish from non expected merge failures. Let's keep an eye on this to see whether we need to do something about it.

Michael


Regards
  Marcel

Reply via email to