What is the output of "zpool status"? (In CODE tags please)
One odd / good thing about ZFS is that you have have faults on every single disk, and no spare sectors on any of those disks, and may not loose data. As long as there is no more than 1 bad block per RAID-Z1 stripe, you may not have lost any data. Even on occasion with bad RAID-Z1 stripes, if it contained metadata, then that's duplicated by default.
I once lost a block on my single disk pool for media. But I could not figure out what file was affected. Later I realized that it must have occurred in metadata that automatically has a duplicate copy. Even on single disk pools. (Note my media pool has multiple backups, just the on-line copy is single disk.)