[Oak origin/1.4] Apache Jackrabbit Oak matrix - Build # 1060 - Still Failing

2016-07-22 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #1060) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/1060/ to view the results. Changes: [tomekr] OAK-4588: Upgrade from JCR2 with S3DataStore doesn't

Re: Are dumb segments dumb?

2016-07-22 Thread Jukka Zitting
Hi, Cool! I'm pretty sure there are various ways in which the format could be improved, as the original design was based mostly on intuition, guided somewhat by collected stats and the micro-benchmarks u

[RESULT][VOTE] Release Apache Jackrabbit Oak Segment Tar version 0.0.6

2016-07-22 Thread Francesco Mari
Hi, The vote passes as follows: +1 Francesco Mari +1 Michael Dürig +1 Alex Parvulescu Thanks for voting. I'll push the release out.

Re: Are dumb segments dumb?

2016-07-22 Thread Francesco Mari
The impact on repository size needs to be assessed with more specific tests. In particular, I found RecordUsageAnalyserTest and SegmentSizeTest unsuitable to this task. It's not a coincidence that these tests are usually the first to be disabled or blindly updated every time a small fix changes the

Re: Are dumb segments dumb?

2016-07-22 Thread Michael Dürig
Hi, Neat! I would have expected a greater impact on the size of the segment store. But as you say it probably all depends on the binary/content ratio. I think we should look at the #references / repository size ratio for repositories of different structures and see how such a number differs

Are dumb segments dumb?

2016-07-22 Thread Francesco Mari
Hi, Yesterday I took some time for a little experiment: how many optimisations can be removed from the current segment format while maintaining the same functionality? I made some work in a branch on GitHub [1]. The code on that branch is similar to the current trunk except for the following chan