Ricardo Correia wrote: > Today one zfs-fuse experienced a problem with a timer overflow on a One zfs-fuse *user* :)
> In arc.c, arc_reclaim_thread() there is an ASSERT(growtime > 0) which > fails in these 2 situations: By the way, if my analysis is correct and lbolt wraps around to -2^31 (and not 0) then, once arc.no_grow becomes TRUE, it will never become FALSE again (for another 200+ days). So this could be a real problem even on production machines, I believe.