-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARC Data cache been evict when hitting Metadata limit #5537
Comments
Related to #5418 ? |
@perfinion maybe, it's hard to tell what happened because currently there is no tool to monitor arcstats continuously, here is my current work in progress for munin to monitor it, |
@AndCycle I have a hunch this is due to the balanced-mode adjuster. Try setting |
FYI, both telegraf and collectd open source aggregators have agents that collect ARC stats. In the commercial world, there have been collectors available for a very long time, I'd recommend Circonus. |
@kpande I think he got me, I didn't try out that much monitoring tool as many of them lack builtin visualize tool, and as a personal server I only search through free solution for this, munin is one that easy enough to do, although the base of munin is pretty sucks and full of bugs, and many contribute plugin have incorrect way to do the calculation which force me to write one for my own, |
@dweeezil you got it. |
referencing #5128 (comment) (Poor cache performance) and #5418 (ARC efficiency regression) again |
@dweeezil could also be memcg here's some notes that I collected while investigating into the matter and which landed in /etc/modprobe.d/zfs.conf some time ago
I've seen people over at Ubuntu running into that kind of issue and
appending to boot seemed to have helped |
for ref. |
This was added to help deal with the memcg issue. There didn't seem to be any way to coax the normal SB shrinker into doing the Right Thing. |
referencing #3303 (comment) arc_adapt left spinning after rsync with lots of small files it might be also worth it to take a look at
and
in that issue NUMA is also mentioned which should already be addressed |
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions. |
this is an observation recently on my system,
I just see the behavior as I work on my munin to visualize ARC usage
Gentoo
kernel ver 4.4.39
spl-zfs-0.6.5.8
zfs-0.6.5.8
with patch #4850
as you can see the data size is drop to almost zero when metadata usage hit the limit.
The text was updated successfully, but these errors were encountered: