Jenkins build is back to normal : Apache Jackrabbit Oak matrix » jdk-1.6u45,Ubuntu,DOCUMENT_RDB,unittesting #131

2015-05-11 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,DOCUMENT_RDB,unittesting #131

2015-05-11 Thread Apache Jenkins Server
See

Build failed in Jenkins: Apache Jackrabbit Oak matrix » latest1.7,Ubuntu,DOCUMENT_RDB,unittesting #131

2015-05-11 Thread Apache Jenkins Server
See Changes: [alexparvulescu] OAK-2861 TARMK Cold Standby better binary decoding -- [...truncated 1820 li

Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2015-05-11 Thread Alex Parvulescu
Failed tests: testLoaderBlock(org.apache.jackrabbit.oak.cache.ConcurrentTest): Had to wait unexpectedly long for other threads: 1778 On Mon, May 11, 2015 at 4:32 PM, wrote: > The Buildbot has detected a new failure on builder oak-trunk-win7 while > building ASF Buildbot. Full details are availa

buildbot failure in ASF Buildbot on oak-trunk-win7

2015-05-11 Thread buildbot
The Buildbot has detected a new failure on builder oak-trunk-win7 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/oak-trunk-win7/builds/1579 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-win7 Build Reason: The AnyBranchScheduler

Build failed in Jenkins: Apache Jackrabbit Oak matrix » jdk-1.6u45,Ubuntu,DOCUMENT_RDB,unittesting #130

2015-05-11 Thread Apache Jenkins Server
See -- [...truncated 29665 lines...] at org.apache.jackrabbit.oak.plugins.document.DocumentNodeState.com

Build failed in Jenkins: Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,DOCUMENT_RDB,unittesting #130

2015-05-11 Thread Apache Jenkins Server
See -- [...truncated 1309 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec Runnin

Jenkins build is back to normal : Apache Jackrabbit Oak matrix » latest1.7,Ubuntu,DOCUMENT_NS,unittesting #130

2015-05-11 Thread Apache Jenkins Server
See

Build failed in Jenkins: Apache Jackrabbit Oak matrix » latest1.7,Ubuntu,DOCUMENT_RDB,unittesting #130

2015-05-11 Thread Apache Jenkins Server
See -- [...truncated 1178 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec Runn

Re: DocumentNodeStore background read/update operations synchronized?

2015-05-11 Thread Marcel Reutegger
Hi, good point. the methods are synchronized to avoid concurrent execution of a background operation. but it is OK to run background read and write a the same time. opened an issue: OAK-2857 Regards Marcel On 07/05/15 17:37, "Stefan Egli" wrote: >Hi, > > >Just realized that DocumentNodeStore

Re: Event Handling

2015-05-11 Thread Marcel Reutegger
Hi Jim, it would be best if you can come up with a test to reproduce the behavior you described. it is not clear to me what exactly the EventHandler does. AFAIU you create an EventHandler for each modification on that node. this means, in your example when the node transitions from 'Draft' to 'Ap