[
https://issues.apache.org/jira/browse/HBASE-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
bluedavy updated HBASE-4563:
----------------------------
Attachment: HBASE-4563-trunk.patch
HBASE-4563-0.92.patch
HBASE-4563-0.90.patch
> When error occurs in this.parent.close(false) of split, the split region
> cannot write or read
> ---------------------------------------------------------------------------------------------
>
> Key: HBASE-4563
> URL: https://issues.apache.org/jira/browse/HBASE-4563
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 0.90.4, 0.92.0
> Reporter: bluedavy
> Assignee: bluedavy
> Priority: Blocker
> Fix For: 0.90.5
>
> Attachments: HBASE-4563-0.90.patch, HBASE-4563-0.92.patch,
> HBASE-4563-trunk.patch, test-4563-0.90.txt, test-4563-0.92.txt,
> test-4563-trunk.txt
>
>
> Follow below steps to replay the problem:
> 1. change the SplitTransaction.java as below,just like mock the hdfs error.
> {code:title=SplitTransaction.java|borderStyle=solid}
> List<StoreFile> hstoreFilesToSplit = this.parent.close(false);
> throw new IOException("some unexpected error in close store files");
> {code}
> 2. update the regionserver code,restart;
> 3. create a table & put some data to the table;
> 4. split the table;
> 5. scan the table,then it'll fail.
> We can fix the bug just use the patch.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira