Re: [SegmentStore] Blobs under 16 KB always inlined in tar files?

2018-02-15 Thread Chetan Mehrotra
See OAK-6911 Chetan Mehrotra On Fri, Feb 16, 2018 at 2:36 AM, Alexander Klimetschek wrote: > Hi, > > it seems the segment store will inline any binary blob up to ~16KB in the tar > files and not store them in the BlobStore [1]. The 16 KB limit > (Segment.MEDIUM_LIMIT) is hardcoded and not conf

[SegmentStore] Blobs under 16 KB always inlined in tar files?

2018-02-15 Thread Alexander Klimetschek
Hi, it seems the segment store will inline any binary blob up to ~16KB in the tar files and not store them in the BlobStore [1]. The 16 KB limit (Segment.MEDIUM_LIMIT) is hardcoded and not configurable. I can see this in action when debugging and when looking at an S3 datastore of a full Oak s

Re: OAK-7203 - Where should MountInfoProviderService reside?

2018-02-15 Thread Alex Deparvu
To wrap this up, I plan on closing OAK-7203 as won't fix. I agree with the idea that the code itself should work without that dependency, however the added complexity of having that reference dynamic (over system restarts, not over a single run) it simply not worth the trouble. The downside is obvi