HBASE-3872 Hole in split transaction rollback; edits to .META. need to be rolled back even if it seems like they didn't make it
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1146527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f10f29425
commit
0a0ce9f1ae
|
@ -318,7 +318,7 @@ public class SplitTransaction {
|
||||||
}
|
}
|
||||||
if (bOpener.getException() != null) {
|
if (bOpener.getException() != null) {
|
||||||
throw new IOException("Failed " +
|
throw new IOException("Failed " +
|
||||||
bOpener.Name(), bOpener.getException());
|
bOpener.getName(), bOpener.getException());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tell master about split by updating zk. If we fail, abort.
|
// Tell master about split by updating zk. If we fail, abort.
|
||||||
|
|
Loading…
Reference in New Issue