jackrabbit-oak build #2210: Fixed

2013-09-24 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #2210 Status: Fixed Duration: 2093 seconds Commit: 5efc622eb2226e5ce701e50136828dd4bf2c79ea (trunk) Author: Michael Duerig Message: OAK-659 Move purge logic for transient changes below the NodeBuilder interface

buildbot failure in ASF Buildbot on oak-trunk

2013-09-24 Thread buildbot
The Buildbot has detected a new failure on builder oak-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/oak-trunk/builds/3280 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: osiris_ubuntu Build Reason: scheduler Build Source Stamp:

buildbot success in ASF Buildbot on oak-trunk

2013-09-24 Thread buildbot
The Buildbot has detected a restored build on builder oak-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/oak-trunk/builds/3281 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: osiris_ubuntu Build Reason: scheduler Build Source

Full text indexing with Solr

2013-09-24 Thread Chetan Mehrotra
Hi, When Oak uses Solr then do we send the complete binary to Solr for full text indexing or we extract the content on Oak side and send the extracted content. And if send the complete binary content do we send it inline or it is first uploaded to Solr and reference to that is passed? Chetan

jackrabbit-oak build #2217: Still Failing

2013-09-24 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #2217 Status: Still Failing Duration: 1751 seconds Commit: a69d6c6a4992648d7b2a373a4c6d1e31faaf9916 (trunk) Author: Angela Schreiber Message: OAK-1026 : AccessControlEntry.getPrivileges() behaves diffent than in

jackrabbit-oak build #2218: Still Failing

2013-09-24 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #2218 Status: Still Failing Duration: 1873 seconds Commit: 0bfa8626003cba235d7693421c6400f291219c51 (trunk) Author: Jukka Zitting Message: OAK-630: SegmentMK: Implement compareAgainstBaseState Optimize

jackrabbit-oak build #2219: Still Failing

2013-09-24 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #2219 Status: Still Failing Duration: 1936 seconds Commit: 2ed52b4443bc5417e61ff321a0a4211377a7 (trunk) Author: Jukka Zitting Message: OAK-593: Segment-based MK Use the same segment cache across file and

Re: jackrabbit-oak build #2216: Broken

2013-09-24 Thread Jukka Zitting
Hi, On Tue, Sep 24, 2013 at 12:09 PM, Travis CI ju...@apache.org wrote: View the full build log and details: https://travis-ci.org/apache/jackrabbit-oak/builds/11738190 I added the missing license header in revision 1525955. BR, Jukka Zitting

Re: Full text indexing with Solr

2013-09-24 Thread Tommaso Teofili
Hi Chetan, I think that currently the complete binary is sent and the on the Solr side you have the ability to choose which field to use for indexing and searching properties of Binary type via the OakSolrConfiguration#getFieldNameFor(Type? propertyType) [1] method. Currently the default

Re: Some more benchmarks

2013-09-24 Thread Jukka Zitting
Hi, Updating this thread with the latest numbers. No major changes on these benchmarks: # ReadPropertyTest 90% Jackrabbit48 Oak-Default 39 Oak-Mongo 41 Oak-Segment 41

Re: Some more benchmarks

2013-09-24 Thread Jukka Zitting
Hi, On Tue, Sep 24, 2013 at 8:08 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: I'll add a few more benchmarks to my test script. Here are results for three more benchmarks: # SetPropertyTest 90% Jackrabbit 740 Oak-Default

jackrabbit-oak build #2221: Broken

2013-09-24 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #2221 Status: Broken Duration: 846 seconds Commit: d6aecd2d2c0cf442f1bd19d591389f30abeb0ab4 (trunk) Author: Jukka Zitting Message: OAK-641: Improved benchmark tooling Decouple the login/logout time from the

Re: Some more benchmarks

2013-09-24 Thread Jukka Zitting
Hi, On Tue, Sep 24, 2013 at 10:47 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: The concurrent read and read/write test cases look like more attention is needed on the test code, as it's currently hard to interpret the results. I'll see what I can do there. It turns out most of the