Re: Oak 1.3.15 release plan

2016-02-03 Thread Davide Giannella
Quick update everyone. We're still waiting on https://issues.apache.org/jira/browse/OAK-3253 that should arrive somewhere in about 2 hours. Planning therefore to start cutting the release around 2pm GMT. Cheers Davide

Re: [discuss] Optimise UNION (OAK-1617)

2016-02-03 Thread Vikas Saurabh
Hi Davide, I think 'OR' gets passed as constraints to underlying index engine (property, lucene, solr) etc. For lucene case (I guess solr too), I think having a bunch is of 'OR' is more useful than doing a union at query engine as: * single query to lucene would save multiple hops into index *

[Oak origin/1.0] Apache Jackrabbit Oak matrix - Build # 725 - Failure

2016-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #725) Status: Failure Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/725/ to view the results. Changes: [amitj] OAK-3527: Improve logging for blob GC [tommaso] OAK-3968 -

Re: [discuss] Optimise UNION (OAK-1617)

2016-02-03 Thread Davide Giannella
On 03/02/2016 11:28, Vikas Saurabh wrote: > Hi Davide, > > I think 'OR' gets passed as constraints to underlying index engine > (property, lucene, solr) etc. For lucene case (I guess solr too), I > think having a bunch is of 'OR' is more useful than doing a union at > query engine as: > * single

Re: Oak 1.3.15 release plan

2016-02-03 Thread Davide Giannella
On 03/02/2016 10:00, Davide Giannella wrote: > Quick update everyone. We're still waiting on > https://issues.apache.org/jira/browse/OAK-3253 that should arrive > somewhere in about 2 hours. > > Planning therefore to start cutting the release around 2pm GMT. > All the blockers are gone. Planning

[discuss] Optimise UNION (OAK-1617)

2016-02-03 Thread Davide Giannella
Hello team, back in 1.3.9 we introduced https://issues.apache.org/jira/browse/OAK-1617 which indirectly addressed https://issues.apache.org/jira/browse/OAK-2660 and https://issues.apache.org/jira/browse/OAK-2539. This has been proven to work out fine. However if we come from an xpath query which

Re: [VOTE] Release Apache Jackrabbit Oak 1.3.15

2016-02-03 Thread Alex Parvulescu
[X] +1 Release this package as Apache Jackrabbit Oak 1.3.15 On Wed, Feb 3, 2016 at 5:00 PM, Davide Giannella wrote: > A candidate for the Jackrabbit Oak 1.3.15 release is available at: > > https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.3.15/ > > The release

How to calculate the reindex time?

2016-02-03 Thread Sham Hassan
Hi Team, Any appropriate formula we can arrive to calculate how much time it would take to complete the reindex based on index definition stat from jmx? In earlier aem5x we use to identify number of nodes+ properties using index tar file. Then on system performance how much time it takes to

[VOTE] Release Apache Jackrabbit Oak 1.3.15

2016-02-03 Thread Davide Giannella
A candidate for the Jackrabbit Oak 1.3.15 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.3.15/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.3.15/ The SHA1 checksum of

Re: [VOTE] Release Apache Jackrabbit Oak 1.3.15

2016-02-03 Thread Julian Reschke
On 2016-02-03 17:00, Davide Giannella wrote: ... [X] +1 Release this package as Apache Jackrabbit Oak 1.3.15 Best regards, Julian

[Oak origin/trunk] Apache Jackrabbit Oak matrix - Build # 728 - Failure

2016-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #728) Status: Failure Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/728/ to view the results. Changes: [tommaso] OAK-3968, OAK-3974 - removed leftover causing NPE

Re: svn commit: r1728341 - /jackrabbit/oak/trunk/oak-segment/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentGraph.java

2016-02-03 Thread Chetan Mehrotra
On Wed, Feb 3, 2016 at 10:17 PM, wrote: > +private static String toString(Throwable e) { > +StringWriter sw = new StringWriter(); > +PrintWriter pw = new PrintWriter(sw, true); > +try { > +e.printStackTrace(pw); > +

[Oak origin/1.2] Apache Jackrabbit Oak matrix - Build # 726 - Still Failing

2016-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #726) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/726/ to view the results. Changes: [tommaso] OAK-3968, OAK-3974 - removed leftover causing NPE