[Oak origin/trunk] Apache Jackrabbit Oak matrix - Build # 1301 - Still Failing

2016-11-25 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #1301) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/1301/ to view the results. Changes: [alexparvulescu] OAK-5092 Add support for weighing the cache

Re: oak-lucene shaded

2016-11-25 Thread Torgeir Veimo
The module imports the source from the lucene index plugin, modifies the imports to use the org.shaded package name, and then compiles and includes the lucene index plugin in the uber-jar itself. You can see what classes gets included in the resulting jar, it also renames the services files so

Re: oak-lucene shaded

2016-11-25 Thread Torgeir Veimo
Yes I agree this is for special deployments. Which other spi impl depends on the lucene libraries being exposed? On 25 November 2016 at 14:32, Chetan Mehrotra wrote: > Hi Torgeir, > > We would not be able shade Lucene classes as they are exported and > meant to be

Re: oak-lucene shaded

2016-11-25 Thread Chetan Mehrotra
On Fri, Nov 25, 2016 at 2:33 PM, Torgeir Veimo wrote: > I wasn't suggesting oak should adopt this approach at this time, it's > merely a solution for those that need to combining oak with other code > (usually elasticsearch) in a non-osgi environment (usually spring).

Re: oak-lucene shaded

2016-11-25 Thread Chetan Mehrotra
On Fri, Nov 25, 2016 at 2:11 PM, Torgeir Veimo wrote: > Which other spi impl depends > on the lucene libraries being exposed? There are currently 2 defined in org.apache.jackrabbit.oak.plugins.index.lucene.spi package Chetan Mehrotra

Re: Frequent failures in standby test

2016-11-25 Thread Francesco Mari
Every failure in build 1298 is due to "java.net.BindException: Address already in use". According to the build log, the port wasn't bound by a server started during a test. The first failing test (ExternalSharedStoreIT) was also the first test in the build to start a server. The issue persisted