Re: Write performance for large child node lists

2012-05-22 Thread Jukka Zitting
Hi, On Tue, May 22, 2012 at 12:00 AM, Michael Dürig mdue...@apache.org wrote: During my work on OAK-102 and OAK-106 I was eventually convinced by Jukka to switch from using a change log to accumulate transient changes to an approach where the change log is calculated from the resulting states

Re: Intermittent test failures with -PintegrationTesting

2012-05-22 Thread Dominique Pfister
Hi Michi, Seen this, too, very rarely though. Anyway, I created an issue for this: https://issues.apache.org/jira/browse/OAK-107 Cheers Dominique On May 21, 2012, at 11:41 PM, Michael Dürig wrote: Hi, About every third build fails for me:

Re: Write performance for large child node lists

2012-05-22 Thread Michael Dürig
On 22.5.12 8:48, Jukka Zitting wrote: Hi, On Tue, May 22, 2012 at 12:00 AM, Michael Dürigmdue...@apache.org wrote: During my work on OAK-102 and OAK-106 I was eventually convinced by Jukka to switch from using a change log to accumulate transient changes to an approach where the change log

[jira] [Created] (OAK-108) Shortcut path conversions

2012-05-22 Thread Julian Reschke (JIRA)
Julian Reschke created OAK-108: -- Summary: Shortcut path conversions Key: OAK-108 URL: https://issues.apache.org/jira/browse/OAK-108 Project: Jackrabbit Oak Issue Type: Improvement

[jira] [Commented] (OAK-6) Setup integration tests and TCK tests

2012-05-22 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/OAK-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281101#comment-13281101 ] Julian Reschke commented on OAK-6: -- TCK status: Tests: 1905, Errors: 36, Failures: 115

Re: Write performance for large child node lists

2012-05-22 Thread Michael Dürig
On 22.5.12 16:39, Jukka Zitting wrote: Hi, On Tue, May 22, 2012 at 12:29 PM, Michael Dürigmdue...@apache.org wrote: Have a look at RootImplTest.largeChildList() which adds 1 child nodes flat. The test case is easily extended to demonstrate that adding child nodes leads to linear