Skip to content

Commit

Permalink
PHOENIX-1379 Wrong MultiIndexWriteFailureException when recovering lo…
Browse files Browse the repository at this point in the history
…cal index table (Shunsuke Nakamura)
  • Loading branch information
jtaylor-sfdc committed Oct 27, 2014
1 parent 1120629 commit 79423f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public Boolean call() throws Exception {
if (indexRegion != null) {
throwFailureIfDone();
indexRegion.batchMutate(mutations.toArray(new Mutation[mutations.size()]));
return null;
return Boolean.TRUE;
}
}
} catch (IOException ignord) {
Expand Down

0 comments on commit 79423f8

Please sign in to comment.