Consistency aka Isolation Level (was: OAK-638 Avoid branch/merge for small commits)

2013-03-05 Thread Marcel Reutegger
Hi, I think it's better to discuss on the mailing list instead of an already closed issue... Michael wrote: It should be possible to combine this with the branch, rebase, fast forward merge approach I described above : we just need to make the fast forward merge a bit more clever such that it

Re: Consistency aka Isolation Level (was: OAK-638 Avoid branch/merge for small commits)

2013-03-05 Thread Michael Dürig
On 5.3.13 9:27, Marcel Reutegger wrote: Hi, I think it's better to discuss on the mailing list instead of an already closed issue... Michael wrote: It should be possible to combine this with the branch, rebase, fast forward merge approach I described above : we just need to make the fast

Re: enter() method for JCR implementation classes

2013-03-05 Thread Michael Dürig
On 5.3.13 9:56, Jukka Zitting wrote: Just some anecdotal evidence: a single call to Node.addNode() results in a call to Node.getPrimaryNodeType() which in turn ends up calling Property.getValue() and which eventually results in a call to Property.isMultiple(). So there will be quite a bit of