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


Reply via email to