Re: Oak 1.0.1 release plan

2014-06-13 Thread Chetan Mehrotra
On Fri, Jun 13, 2014 at 4:47 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: OAK-1645: Route find queries to Mongo secondary in MongoDocumentStore This part still needs to be tested completely so I have set the fix version now to 1.0.2 Chetan Mehrotra

Close method on NodeStore API

2014-06-13 Thread Chetan Mehrotra
Hi, Recently Alex pointed that we do not close the NodeStore in the oak-run console which brought up the topic of how to support closing of NodeStore. Currently both SegmentNodeStore and DocumentNodeStore need to be closed properly There are couple of options 1. Make NodeStore API extend

Re: Close method on NodeStore API

2014-06-13 Thread Davide Giannella
On 13/06/2014 13:20, Chetan Mehrotra wrote: Hi, Recently Alex pointed that we do not close the NodeStore in the oak-run console which brought up the topic of how to support closing of NodeStore. Currently both SegmentNodeStore and DocumentNodeStore need to be closed properly There are

Re: non-space whitespace in name

2014-06-13 Thread Tobias Bocanegra
On Thu, Jun 12, 2014 at 10:55 PM, Julian Reschke julian.resc...@gmx.de wrote: On 2014-06-13 02:14, Tobias Bocanegra wrote: Hi, according to [0] oak does not allow a non-space whitespace in the name. this is different than in jackrabbit. also it should be allowed based on [1]. the problem

Re: non-space whitespace in name

2014-06-13 Thread Julian Reschke
On 2014-06-13 15:37, Tobias Bocanegra wrote: On Thu, Jun 12, 2014 at 10:55 PM, Julian Reschke julian.resc...@gmx.de wrote: On 2014-06-13 02:14, Tobias Bocanegra wrote: Hi, according to [0] oak does not allow a non-space whitespace in the name. this is different than in jackrabbit. also it

Re: non-space whitespace in name

2014-06-13 Thread Jukka Zitting
Hi, On Thu, Jun 12, 2014 at 8:14 PM, Tobias Bocanegra tri...@apache.org wrote: according to [0] oak does not allow a non-space whitespace in the name. this is different than in jackrabbit. also it should be allowed based on [1]. We intentionally apply stricter name rules than what the spec

Re: Close method on NodeStore API

2014-06-13 Thread Jukka Zitting
Hi, On Fri, Jun 13, 2014 at 7:20 AM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: 1. Make NodeStore API extend Closeable -1 No client of the of the API should need to close the store. Only the code that starts a NodeStore instance should be able to close it. 2. Have the actual

Re: non-space whitespace in name

2014-06-13 Thread Tobias Bocanegra
On Fri, Jun 13, 2014 at 6:51 AM, Julian Reschke julian.resc...@gmx.de wrote: On 2014-06-13 15:37, Tobias Bocanegra wrote: On Thu, Jun 12, 2014 at 10:55 PM, Julian Reschke julian.resc...@gmx.de wrote: On 2014-06-13 02:14, Tobias Bocanegra wrote: Hi, according to [0] oak does not allow a