apurtell commented 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 /<root>/<namespace> instead of 
/<root>/data/<namespace>  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:
[email protected]


With regards,
Apache Git Services

Reply via email to