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

2015-06-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #191) Status: Failure Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/191/ to view the results.

Re: [Oak origin/1.0] Apache Jackrabbit Oak matrix - Build # 189 - Still Failing

2015-06-10 Thread Tommaso Teofili
this seems related to OAK-2958, I'll have a look. Tommaso 2015-06-11 7:17 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built Apache Jackrabbit Oak matrix > (build #189) > > Status: Still Failing > > Check console output at > https://builds.apache.org/job/Apache%20Jackr

[Oak origin/1.0] Apache Jackrabbit Oak matrix - Build # 189 - Still Failing

2015-06-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #189) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/189/ to view the results.

jackrabbit-oak build #5774: Passed

2015-06-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #5774 Status: Passed Duration: 2828 seconds Commit: 41886889c43fe5ecb9506f4dde0f525a0dfb9c1d (trunk) Author: Julian Reschke Message: OAK-1266: DataSourceWrapper for RDBDocumentStore tests that implements some log

jackrabbit-oak build #5773: Passed

2015-06-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #5773 Status: Passed Duration: 1697 seconds Commit: eb083c60e1befc047887674f3aaa884fbbdc (1.2) Author: Marcel Reutegger Message: OAK-2868: Bypass CommitQueue for branch commits Merged revision 1679232 from tr

jackrabbit-oak build #5772: Errored

2015-06-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #5772 Status: Errored Duration: 1849 seconds Commit: 7498e36d20dce11ce594aa916d0b794a84ba30bf (1.2) Author: Michael Duerig Message: OAK-2403 : Improve monitoring capabilities for TarMk revision gc Merged r1679961

Re: Semantics of the document key at the DocumentStore level

2015-06-10 Thread Marcel Reutegger
On 10/06/15 11:08, "Robert Munteanu" wrote: >So you would see a CachingDocumentStore which does both caching and >multiplexing (if needed) ? no, multiplexing does not belong there. IMO this would be implemented on top of it. > If that is the case, my question still stands - how do we approach >th

Re: Semantics of the document key at the DocumentStore level

2015-06-10 Thread Robert Munteanu
On Wed, 2015-06-10 at 10:41 +0100, Ian Boston wrote: > Hi, > > On 10 June 2015 at 09:41, Robert Munteanu wrote: > > > On Tue, 2015-06-09 at 17:01 +0200, Julian Reschke wrote: > > > On 2015-06-09 16:41, Ian Boston wrote: > > > > Hi, > > > > Should the opaque String key be abstracted into a Docume

Re: Semantics of the document key at the DocumentStore level

2015-06-10 Thread Ian Boston
Hi, On 10 June 2015 at 09:41, Robert Munteanu wrote: > On Tue, 2015-06-09 at 17:01 +0200, Julian Reschke wrote: > > On 2015-06-09 16:41, Ian Boston wrote: > > > Hi, > > > Should the opaque String key be abstracted into a DocumentKey > > > interface so > > > that how the key is interpreted, and h

Re: Broken Link : http://jackrabbit.apache.org/oak/docs/oak-mongo-js/oak.html

2015-06-10 Thread Michael Dürig
Filed https://issues.apache.org/jira/browse/OAK-2974 so this doesn't get lost. Michael On 9.6.15 12:15 , Geoffroy Schneck wrote: Hello, This broken link is present on http://jackrabbit.apache.org/oak/docs/command_line.html . Regards, cid:image001.png@01CF3C74.944BEB30 *Geoffroy

jackrabbit-oak build #5764: Broken

2015-06-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #5764 Status: Broken Duration: 942 seconds Commit: 0e122f0b93993caf64aaee6d4c6a9a51d26282f0 (trunk) Author: Marcel Reutegger Message: OAK-2620: Release merge lock before branch is reset git-svn-id: https://svn.ap

Re: Semantics of the document key at the DocumentStore level

2015-06-10 Thread Robert Munteanu
On Wed, 2015-06-10 at 08:57 +, Marcel Reutegger wrote: > Hi, > > On 10/06/15 10:46, "Robert Munteanu" wrote: > > I looked at OAK-1328, but it does not list any implementation > > ideas. > > Where would you see these hierarchical concerns best addressed? > > the basic idea is to extract all c

Re: Semantics of the document key at the DocumentStore level

2015-06-10 Thread Marcel Reutegger
Hi, On 10/06/15 10:46, "Robert Munteanu" wrote: >I looked at OAK-1328, but it does not list any implementation ideas. >Where would you see these hierarchical concerns best addressed? the basic idea is to extract all caching aspects from DocumentStore and its implementations MongoDocumentStore & R

Re: Semantics of the document key at the DocumentStore level

2015-06-10 Thread Robert Munteanu
Hi, On Wed, 2015-06-10 at 06:47 +, Marcel Reutegger wrote: > Hi, > > I would rather like to keep the DocumentStore as simple as possible. > Ideally an implementation wouldn¹t have to deal with caching. > See OAK-1328. Caching and knowledge about the hierarchical structure > would be implement

Re: Semantics of the document key at the DocumentStore level

2015-06-10 Thread Robert Munteanu
On Tue, 2015-06-09 at 17:01 +0200, Julian Reschke wrote: > On 2015-06-09 16:41, Ian Boston wrote: > > Hi, > > Should the opaque String key be abstracted into a DocumentKey > > interface so > > that how the key is interpreted, and how it might be associated > > with a > > certain type of storage c