HBASE-21322 Add a scheduleServerCrashProcedure() API to HbckService

ADDENDUM
This commit is contained in:
Michael Stack 2018-10-31 10:15:04 -07:00
parent bddd488c34
commit 29d6eeb6e8
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
1 changed files with 1 additions and 1 deletions

View File

@ -2859,7 +2859,7 @@ public class HRegionServer extends HasThread implements
/**
* @return Return the walRootDir.
*/
protected Path getWALRootDir() {
public Path getWALRootDir() {
return walRootDir;
}