StoreFileScanner.seek swallows IOEs ----------------------------------- Key: HBASE-2519 URL: https://issues.apache.org/jira/browse/HBASE-2519 Project: Hadoop HBase Issue Type: Bug Components: regionserver Reporter: Todd Lipcon Priority: Blocker Fix For: 0.20.5
If a storefilescanner fails to seek, it silently swallows the IOE and returns false as if it were the end of the scanner. This means that we can silently lose data if an IOE occurs for one of the store files during a compaction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.