HBASE-21322 Add a scheduleServerCrashProcedure() API to HbckService (addendum for branch-2)

This commit is contained in:
jingyuntian 2018-11-01 17:30:23 +08:00 committed by Guanghao Zhang
parent 2d0810a006
commit b9c9f1d61f
1 changed files with 1 additions and 1 deletions

View File

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