Re: Question about ATS garbage collector

2017-06-09 Thread Alan Carroll
The offsets are in the stripe directory under the cache key for the fragment. On Friday, June 9, 2017, 12:01:01 AM CDT, Anh Le Duc (2) wrote: @Allan: In fragment tables, why don't we store disk offsets along with object offsets?

Re: Milestones / Labels / Assignes

2017-06-09 Thread Leif Hedstrom
The labels are mostly the same as in Jura. There us an old document for that, but it needs a lot of work : https://cwiki.apache.org/confluence/display/TS/JIRA+Labels While looking for this, I realize a lot of the wiki needs to be updated. The Milestone field is the same as its always been; cur

Re: Question about ATS garbage collector

2017-06-09 Thread John Plevyak
This allows the fragments to be moved without rewriting the table which is at the end of the set of fragments and so will need to be moved by the collector last. On Jun 9, 2017 11:58 AM, "Alan Carroll" wrote: The offsets are in the stripe directory under the cache key for the fragment. On Frid

Re: too many error messages

2017-06-09 Thread Bryan Call
It looks like you are running a plugin that is using the C++ API. What hooks are you using? -Bryan > On Jun 5, 2017, at 2:06 PM, Dk Jack wrote: > > Hi, > I am seeing the following error messages after upgrading to ATS version > 6.2.1 from 6.0.0. > I get these messages even in I disable cache.

Re: consistent whitespace between functions

2017-06-09 Thread Bryan Call
+1 - That is how I like it! -Bryan > On Jun 6, 2017, at 9:51 PM, James Peach wrote: > > Hi all, > > I’m starting to see code written like this, with no empty line between > functions: > > void > foo() > { > } > void > bar() > { > } > > I would like to be consistent about keeping a single em