apurtell commented on a change in pull request #278: HBASE-22510 Address 
findbugs/spotbugs complaints (branch-1)
URL: https://github.com/apache/hbase/pull/278#discussion_r289220341
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
 ##########
 @@ -7959,7 +7959,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);
 
 Review comment:
   Changes to this file are a carrying forward of formatting changes from the 
branch-1.3 changes proposed on #275 and #277. 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to