Re: Using DirectMemory as second level cache

2013-07-09 Thread Chetan Mehrotra
I have created OAK-891 to track this. @Tommaso - Thanks for looking into this. I have couple of issues in current DirectMemory implementation. Would open JIRA and follow up there. Chetan Mehrotra On Tue, Jul 9, 2013 at 3:15 PM, Tommaso Teofili wrote: > > On 08/lug/2013, at 12:54, Chetan Mehrot

Re: Using DirectMemory as second level cache

2013-07-09 Thread Tommaso Teofili
On 08/lug/2013, at 12:54, Chetan Mehrotra wrote: > Hi, > > I tried to integrate Apache DirectMemory as Second level cache (L2). > It uses Kryo [2] for serializing/derserializing objects from the off > heap memory managed by DirectMemory. Initial test based on this show > quite a bit of saving i

parameterized oak-jcr test

2013-07-09 Thread Marcel Reutegger
hi, currently most of the oak-jcr tests run on the MicroKernelImpl. to increase test coverage I'd like to parameterize tests in oak-jcr and run them on the three major storage flavors we have at the moment: MicroKernelImpl, SegmentMK and MongoMK. any objections? regards marcel