Re: [DISCUSS] - QueryIndex selection

2014-06-04 Thread Thomas Mueller
We could let the user decide if using an asynchronous index is OK or not. Another option is if there is no synch index available but an asynch index is available then QueryEngine should use that instead of resorting to traversal. Well, this is the current behavior. The query engine doesn't

Re: svn commit: r1600088 [1/3] - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/ oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/prope

2014-06-04 Thread Davide Giannella
On 04/06/2014 12:23, dav...@apache.org wrote: Author: davide Date: Wed Jun 4 10:23:33 2014 New Revision: 1600088 URL: http://svn.apache.org/r1600088 Log: OAK-1570 merged last trunk ... Apologies for the commit message. I will be more careful next time... :( D.

buildbot svn can't open .svn/lock

2014-06-04 Thread Davide Giannella
I was keeping an eye on the buildbot and saw the build for my last commit failing with svn complaining about: svn: Can't open file '.svn/lock': Read-only file system. It's the same message since build 173 on 2nd June. Maybe we ran out of disk space.

Re: buildbot svn can't open .svn/lock

2014-06-04 Thread Jukka Zitting
Hi, On Wed, Jun 4, 2014 at 8:00 AM, Davide Giannella giannella.dav...@gmail.com wrote: Can I do any investigation on my own? Has it been already chased by someone? Should I file an infra ticket? Probably best to file an INFRA ticket for this. BR, Jukka Zitting

Re: buildbot svn can't open .svn/lock

2014-06-04 Thread Davide Giannella
On 04/06/2014 15:17, Jukka Zitting wrote: ... Probably best to file an INFRA ticket for this. https://issues.apache.org/jira/browse/INFRA-7866 for the records. D.