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:
Michael Stack 2011-07-14 00:28:18 +00:00
parent 7f10f29425
commit 0a0ce9f1ae
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ public class SplitTransaction {
}
if (bOpener.getException() != null) {
throw new IOException("Failed " +
bOpener.Name(), bOpener.getException());
bOpener.getName(), bOpener.getException());
}
// Tell master about split by updating zk. If we fail, abort.