Re: jackrabbit-oak build #5547: Broken

2015-05-06 Thread Alex Parvulescu
fun coincidence, I've just applied the patch :) On Wed, May 6, 2015 at 10:11 AM, Marcel Reutegger mreut...@adobe.com wrote: the tests ran out of memory. probably caused by https://issues.apache.org/jira/browse/OAK-2831 @Angela, WDYT about the patch provided by Robert? Regards Marcel

jackrabbit-oak build #5548: Fixed

2015-05-06 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #5548 Status: Fixed Duration: 2574 seconds Commit: 8a3b31533e88c1468aede8729c68e799f8d7e6ec (trunk) Author: Alexandru Parvulescu Message: OAK-2831 Test classes extending AbstractImportTest do not always shut

Re: [ldap sync] prepopulate a set of users

2015-05-06 Thread Nicolas Peltier
To be clearer, said in a different way, i’d like to pull a given set of users (LDAP query) from a LDAP server in a scheduled manner, using at most the oak code :-) Nicolas On 06 May 2015, at 11:09, Nicolas Peltier npelt...@adobe.com wrote: Hi, i’m implementing an application where users

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

2015-05-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_RDB,profile=integrationTesting/125/changes

Jenkins build is back to normal : Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,SEGMENT_MK,integrationTesting #125

2015-05-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=integrationTesting/125/changes

jackrabbit-oak build #5547: Broken

2015-05-06 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #5547 Status: Broken Duration: 952 seconds Commit: d2695b6c652d31567bb729bf3cebff3af2920309 (trunk) Author: Alexandru Parvulescu Message: OAK-2817 TARMK Cold Standby cleanup removes too many binary segments

jackrabbit-oak build #5550: Broken

2015-05-06 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #5550 Status: Broken Duration: 2013 seconds Commit: c68d756530959dd41b5ca2e54e8cf099aaa0a504 (trunk) Author: Thomas Mueller Message: OAK-2830 LIRS cache: avoid concurrent loading of the same entry if loading is

[discovery] Introducing a simple mongo-based discovery-light service (to circumvent mongoMk's eventual consistency delays)

2015-05-06 Thread Stefan Egli
Hi, Pls note a suggestion of a new 'discovery-light' API in OAK-2844. Would appreciate comments and reviews from this list. Thanks, Cheers, Stefan

jackrabbit-oak build #5551: Passed

2015-05-06 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #5551 Status: Passed Duration: 1633 seconds Commit: a367b93ad2e0d871407c2442a5a4a4efc410f1fa (1.2) Author: Alexandru Parvulescu Message: OAK-2817 TARMK Cold Standby cleanup removes too many binary segments -

Re: jackrabbit-oak build #5550: Broken

2015-05-06 Thread Marcel Reutegger
Failed because of https://issues.apache.org/jira/browse/OAK-2832 regards marcel On 06/05/15 13:24, Travis CI ju...@apache.org wrote: Build Update for apache/jackrabbit-oak - Build: #5550 Status: Broken Duration: 2013 seconds Commit:

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

2015-05-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=latest1.7,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=unittesting/126/changes Changes: [mduerig] OAK-2845: Memory leak in ObserverTracker#removedService Clear subscription on removeService [mduerig] OAK-2845: Memory leak

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

2015-05-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=latest1.7,label=Ubuntu,nsfixtures=DOCUMENT_RDB,profile=unittesting/126/changes Changes: [mduerig] OAK-2845: Memory leak in ObserverTracker#removedService Clear subscription on removeService [mduerig] OAK-2845: Memory

Re: Event Handling

2015-05-06 Thread Jim . Tully
Marcel, I register an EventListener at application startup, using the ObservationManager.addEventListener, using Event.PROPERTY_ADDED | Event.PROPERTY_CHANGED as the EventType. In the onEvent() method, I create an Event Handler with the Event as an argument, and it does the processing in a new

jackrabbit-oak build #5556: Fixed

2015-05-06 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #5556 Status: Fixed Duration: 2417 seconds Commit: e0fea430d26aa324c56263e73d897951de52bb2e (trunk) Author: Amit Jain Message: OAK-2840: Login Benchmark Test broken due to OAK-2128 Patch from Angela. Fixed