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/06/25 18:55:31 UTC

[GitHub] [hbase] apurtell edited a comment on issue #339: HBASE-22627 Port HBASE-22617 (Recovered WAL directories not getting cleaned up) to branch-1

apurtell edited a comment on issue #339: HBASE-22627 Port HBASE-22617 (Recovered WAL directories not getting cleaned up) to branch-1
URL: https://github.com/apache/hbase/pull/339#issuecomment-505576076
 
 
   @z-york This fixes an issue where a path component to the wal dir is missing after HBASE-20734, so we get files under /&lt;root&gt;/&lt;namespace&gt; instead of /&lt;root&gt;/data/&lt;namespace&gt;  with the default config, and the erroneous location is not expected by the hfile archiver or table delete procedure, so they are never cleaned up. We had a production incident where we hit the HDFS directory 1 million entry limit and couldn't online regions. 

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