Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.90.4, 0.92.0
-
None
-
Reviewed
Description
Follow below steps to replay the problem:
1. change the SplitTransaction.java as below,just like mock the hdfs error.
SplitTransaction.java
List<StoreFile> hstoreFilesToSplit = this.parent.close(false); throw new IOException("some unexpected error in close store files");
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.