freebsd-dev/sys/cddl/contrib/opensolaris/uts/common/fs
Andriy Gapon 876fa2c17b fix a bug in ZFS mirror code for handling multiple DVAa
The bug was introduced in r256956 "Improve ZFS N-way mirror read
performance".
The code in vdev_mirror_dva_select erroneously considers already
tried DVAs for the next attempt.  Thus, it is possible that a failing DVA
would be retried forever.
As a secondary effect, if the attempts fail with checksum error, then
checksum error reports are accumulated until the original request
ultimately fails or succeeds.  But because retrying is going on indefinitely
the cheksum reports accumulation will effectively be a memory leak.

Reviewed by:	gibbs
MFC after:	13 days
Sponsored by:	HybridCluster
2014-01-16 13:24:10 +00:00
..
zfs fix a bug in ZFS mirror code for handling multiple DVAa 2014-01-16 13:24:10 +00:00
gfs.c gfs_file_inactive: replace bad code with ugly code 2012-12-01 18:12:55 +00:00
vnode.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00