Karthik Palanisamy created HBASE-28667: ------------------------------------------
Summary: Log hfile name when unpack is failed Key: HBASE-28667 URL: https://issues.apache.org/jira/browse/HBASE-28667 Project: HBase Issue Type: Improvement Reporter: Karthik Palanisamy Attachments: Screenshot 2024-06-14 at 2.59.04 PM.png When an HFile block is corrupted, identifying the corrupt HFile name is challenging because we only log a "Corrupted block detected" message. So, we should log the HFile name (fileContext.getHFileName()) whenever an unpack operation is unsuccessful. Ref: https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java#L659 !Screenshot 2024-06-14 at 2.59.04 PM.png! -- This message was sent by Atlassian Jira (v8.20.10#820010)