Re: svn commit: r1703758 - in /jackrabbit/oak/trunk: oak-authorization-cug/src/test/java/org/apache/jackrabbit/oak/spi/security/authorization/cug/impl/ oak-core/src/main/java/org/apache/jackrabbit/oak

2015-09-22 Thread Angela Schreiber
hi francesco thanks a lot for the update and your suggestions. in particular i agree that exposing the security provider impl is really bad. i am all for deprecating the old one and dropping it at a later release. but for that we probably need some additional work in other oak components that cu

jackrabbit-oak build #6471: Broken

2015-09-22 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #6471 Status: Broken Duration: 1122 seconds Commit: e12e20523b08b66d4f192fca2daac9759c7b2192 (trunk) Author: Chetan Mehrotra Message: OAK-3318 - IndexRule not respecting inheritence based on mixins git-svn-id: ht

jackrabbit-oak build #6472: Passed

2015-09-22 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #6472 Status: Passed Duration: 2156 seconds Commit: 3bc120e4b54041394e27509e8060155ed973a348 (1.0) Author: Chetan Mehrotra Message: OAK-3318 - IndexRule not respecting inheritence based on mixins Merging 1704457

jackrabbit-oak build #6474: Fixed

2015-09-22 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #6474 Status: Fixed Duration: 1399 seconds Commit: 5b1c8916ba2525c611f6dc70e4e88b0e69fa02e0 (trunk) Author: Francesco Mari Message: iOAK-3434 - Revert backwards-incompatible changes to SecurityProviderImpl git-

Re: Question about the Oak Query Index

2015-09-22 Thread Thomas Mueller
Hi, I will change the documentation to "Oak does not index _as_much_ content by default as does Jackrabbit 2". Regards, Thomas On 21/09/15 10:11, "Michael Lemler" wrote: >Oak >does not index content by default as does Jackrabbit 2

Jackrabbit OAK property index never used ?

2015-09-22 Thread Sebastien Berthezene
I am trying to use property index with Jackrabbit but when i have many thousands of nodes it seems that transversal mode is always chosen for query execution. For example, i have 10 000 nodes of type test:mytype under a single node /mystore. Into each of these nodes i have a property test:myprop w

Re: Jackrabbit OAK property index never used ?

2015-09-22 Thread Thomas Mueller
Hi, Which version of Oak do you use? Could you get the estimated node count for the root node, and for this index? To get that, for example use the NodeCounter JMX bean (NodeCounterMBean), getEstimatedChildNodeCounts("/", 2) and getEstimatedChildNodeCounts("/oak:index", 3). Regards, Thomas On

Re: Jackrabbit OAK property index never used ?

2015-09-22 Thread Sebastien Berthezene
I use Oak 1.3.2 version. I have done more test with other data batch. When i debug the code and try to understand query plan, it seems to engine is not really aware of real node count and decide to use traversal mode instead of my property index. EstimatedChildNodeCounts for "/,2" : EstimatedChi

Re: svn commit: r1704655 - in /jackrabbit/oak/trunk/oak-core/src: main/java/org/apache/jackrabbit/oak/plugins/document/ test/java/org/apache/jackrabbit/oak/plugins/document/ test/java/org/apache/jackr

2015-09-22 Thread Chetan Mehrotra
Hi Marcel, A short description of what was the fix would be very helpful for future reference! Chetan Mehrotra On Tue, Sep 22, 2015 at 9:00 PM, wrote: > Author: mreutegg > Date: Tue Sep 22 15:30:08 2015 > New Revision: 1704655 > > URL: http://svn.apache.org/viewvc?rev=1704655&view=rev > Log: >