apurtell commented on a change in pull request #277: HBASE-22509 Address
findbugs/spotbugs complaints (branch-1.4)
URL: https://github.com/apache/hbase/pull/277#discussion_r289218983
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
##########
@@ -7963,7 +7963,9 @@ public Result append(Append mutate, long nonceGroup,
long nonce) throws IOExcept
for (Map.Entry<Store, List<Cell>> entry:
removedCellsForMemStore.entrySet()) {
entry.getKey().add(entry.getValue());
}
- if (we != null) mvcc.complete(we);
+ if (we != null) {
Review comment:
Changes to this file are a carrying forward of formatting changes from the
branch-1.3 changes proposed on HBASE-22508 (#275). They don't address a
findbugs issue, only try to keep the code as consistent as possible between
branches.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services