-
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
PANIC at arc.c:2493:arc_evict_state_impl() VERIFY failed #4912
Comments
I rebooted, and then did this:
And everything seemed to be working fine... until...
... And then this happened, and all I/O blocked again.
I've been doing this kind of stuff for a month, and there have been no crashes until now. (Although I was using raidz pools, and not a single drive like this time. I'm trying to move some data between two large pools, which I don't have enough SATA ports to plug everything in altogether at the same time.) |
|
Agreed. Just like |
As is the case with traverse_prefetch_thread(), the deep stacks caused by traversal require disabling reclaim in the send traverse thread. Fixes: openzfs#4912
As is the case with traverse_prefetch_thread(), the deep stacks caused by traversal require disabling reclaim in the send traverse thread. Also, do the same for receive_writer_thread() in which similar problems have been observed. Fixes: openzfs#4912
As is the case with traverse_prefetch_thread(), the deep stacks caused by traversal require disabling reclaim in the send traverse thread. Also, do the same for receive_writer_thread() in which similar problems have been observed. Signed-off-by: Tim Chase <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#4912 Closes openzfs#4998
As is the case with traverse_prefetch_thread(), the deep stacks caused by traversal require disabling reclaim in the send traverse thread. Also, do the same for receive_writer_thread() in which similar problems have been observed. Signed-off-by: Tim Chase <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#4912 Closes openzfs#4998
Well, I did this:
And then I did this:
And then while that
zfs send|recv
was going, I did this in another terminal:... And the tab completion never completed, and everything doing any I/O on either of my two pools was blocked.
This is the GIT version from around July 4, 2016. I have ECC memory in this computer, and no disk errors have been reported.
The text was updated successfully, but these errors were encountered: