saintstack commented on a change in pull request #544: HBASE-22917 Proc-WAL 
roll fails saying someone else has already created log
URL: https://github.com/apache/hbase/pull/544#discussion_r324430998
 
 

 ##########
 File path: 
hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/store/wal/WALProcedureStore.java
 ##########
 @@ -423,7 +423,7 @@ public void recoverLease() throws IOException {
         // Create new state-log
         if (!rollWriter(flushLogId + 1)) {
           // someone else has already created this log
-          LOG.debug("Someone else has already created log {}. Retrying.", 
flushLogId);
+          LOG.debug("Someone else has already created log {}. Retrying.", 
flushLogId + 1);
 
 Review comment:
   What you think of above @pankaj72981 ?

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