Re: svn commit: r1622201 - in /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document: LastRevRecoveryAgent.java UnsavedModifications.java

2014-09-03 Thread Marcel Reutegger
oops, good catch. thanks a lot. regards marcel On 03/09/14 12:07, "Chetan Mehrotra" wrote: >Hi Marcel, > >On Wed, Sep 3, 2014 at 3:22 PM, wrote: >> log.info("Updated lastRev of [{}] documents while performing >>lastRev recovery for " + >> -"cluster node [{}]", size,

Re: svn commit: r1622201 - in /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document: LastRevRecoveryAgent.java UnsavedModifications.java

2014-09-03 Thread Chetan Mehrotra
Hi Marcel, On Wed, Sep 3, 2014 at 3:22 PM, wrote: > log.info("Updated lastRev of [{}] documents while performing lastRev > recovery for " + > -"cluster node [{}]", size, clusterId); > +"cluster node [{}]: ", size, clusterId, updates); You would need to

Re: Handling same name siblings in repository upgrade

2014-09-03 Thread Michael Dürig
On 2.9.14 8:12 , Tobias Bocanegra wrote: I would allow the "*[n]" suffix format for names and paths but not being smart about it. eg: session.getNode("/foo/bar[5]"); -> works if such a node exists "/foo".addNode("bar") -> works, if "bar" does not exist, otherwise fails "/foo".addNode("

Re: OAK-1855 Travis builds time out

2014-09-03 Thread Davide Giannella
Hello Team, I committed to trunk changes to the build so that it should no longer time out. All the details and discussions in the ticket https://issues.apache.org/jira/browse/OAK-1855 A `FixtureHelper` has been added to help having the same test that has to run on specific Fixture to be run onl