You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/27 06:38:20 UTC

[GitHub] [hbase] pankaj72981 opened a new pull request #544: HBASE-22917 Proc-WAL roll fails saying someone else has already created log

pankaj72981 opened a new pull request #544: HBASE-22917 Proc-WAL roll fails saying someone else has already created log
URL: https://github.com/apache/hbase/pull/544
 
 
   This PR contains following changes,
   1. Delete the file when header write fails
   2. If corrupted file deletion fails then increase the flushLogId, so that WAL rolling will be successful on next attempt
   3. Modified the log message to print the correct log file ID.
   
   Tried to mock this scenario, but couldn't as Mockito doesn't support static method or final class mocking.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services