[
https://issues.apache.org/jira/browse/HBASE-22096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985837#comment-16985837
]
Toshihiro Suzuki commented on HBASE-22096:
------------------------------------------
The steps to reproduce the issue are as follows:
{code}
compaction_switch false
create "test1", "cf"
(0...2000).each{|i| put "test1", "row#{i}", "cf:col", "val#{i}"}
split "test1"
{code}
After performing these steps, we can reproduce the issue.
> /storeFile.jsp shows CorruptHFileException when the storeFile is a reference
> file
> ---------------------------------------------------------------------------------
>
> Key: HBASE-22096
> URL: https://issues.apache.org/jira/browse/HBASE-22096
> Project: HBase
> Issue Type: Bug
> Components: UI
> Reporter: Toshihiro Suzuki
> Assignee: Toshihiro Suzuki
> Priority: Major
> Attachments: screanshot.png
>
>
> When the storeFile is a reference file, /storeFile.jsp for the storeFile
> shows the following error:
> !screanshot.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)