joshelser opened a new pull request #3679:
URL: https://github.com/apache/hbase/pull/3679


   We currently cause an error to be thrown by trying to list a
   non-existent directory. We see that the master region directory exists
   on the filesystem, but forget to make sure that the master region's WAL
   directory also exists before we try to list it.
   
   I had to change the TestBase class because `create()` would create a new HTU 
which ended up creating a new test-directory every time. When we have a new 
test directory, we always hit bootstrap() instead of open() (which is what had 
the bug).


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to