apurtell commented on a change in pull request #390: HBASE-22623 - Add 
RegionObserver coprocessor hook for preWALAppend
URL: https://github.com/apache/hbase/pull/390#discussion_r305082851
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
 ##########
 @@ -7934,8 +7934,9 @@ private WriteEntry doWALAppend(WALEdit walEdit, 
Durability durability, List<UUID
   /**
    * @return writeEntry associated with this append
    */
-  private WriteEntry doWALAppend(WALEdit walEdit, Durability durability, 
List<UUID> clusterIds,
-      long now, long nonceGroup, long nonce, long origLogSeqNum) throws 
IOException {
+  private WriteEntry doWALAppend( WALEdit walEdit, Durability durability, 
List<UUID> clusterIds,
 
 Review comment:
   No change but whitespace as far as I can tell. Unintentional? 

----------------------------------------------------------------
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