proto-verse / anomalyjobs

Automatically exported from code.google.com/p/anomalyjobs
0 stars 0 forks source link

ARTs and Parentage #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With the current setup, buckets which do not have their own ARTS inherit
STAT_ART from the parent (Jobs Database).  This leads to misleading ARTS
for buckets: the first actual job in the bucket will assume the system-wide
average (which might include a large number of jobs).

There are at least two ways to address this.  One is to track the Job
Database ART on a different attribute.  Another is to have all the buckets
STAT_ARTS attribute set NO_INHERIT.

Original issue reported on code.google.com by widdis@gmail.com on 13 Dec 2009 at 2:25

GoogleCodeExporter commented 9 years ago
Got that backwards. Just set the JPO as NO_INHERIT and it's solved.  (Need to
initialize it to 0 0 so there's something to set...; patch will set no_inherit 
but
check for attribute before overwriting.)

Fixed in r119

Original comment by widdis@gmail.com on 15 Dec 2009 at 7:29