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 2020/07/06 18:13:20 UTC

[GitHub] [hbase] saintstack commented on pull request #2006: HBASE-24632 Enable procedure-based log splitting as default in hbase3

saintstack commented on pull request #2006:
URL: https://github.com/apache/hbase/pull/2006#issuecomment-654389336


   Test faillures are because we try to delete a non-empty directory. The left-over WALs are meta WALs but for meta regions that have since moved to another server (after a successful close); i.e. they WALs are no longer needed... They are for archive.
   
   The old zk-based WAL splitter specifically handled this case archiving remaining meta files if the crashed server was NOT carrying meta.
   
   Added this special handling to the new procedure-based WAL split which was missing it.


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