Bug #8063
verify that we do not attempt to access inactive txg
Start date:
2017-04-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
A standard practice in ZFS is to keep track of "per-txg" state. Any of
the 3 active TXG's (open, quiescing, syncing) can have different values
for this state. We should assert that we do not attempt to modify other
(inactive) TXG's.
History
Updated by Electric Monk over 2 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
git commit b7b2590dd9f11b12a0b4878db3886068cce176af
commit b7b2590dd9f11b12a0b4878db3886068cce176af Author: Matthew Ahrens <mahrens@delphix.com> Date: 2017-05-05T21:49:52.000Z 8063 verify that we do not attempt to access inactive txg Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>