HBASE-21322 Add a scheduleServerCrashProcedure() API to HbckService (addendum for branch-2)
This commit is contained in:
parent
2d0810a006
commit
b9c9f1d61f
|
@ -2880,7 +2880,7 @@ public class HRegionServer extends HasThread implements
|
||||||
/**
|
/**
|
||||||
* @return Return the walRootDir.
|
* @return Return the walRootDir.
|
||||||
*/
|
*/
|
||||||
protected Path getWALRootDir() {
|
public Path getWALRootDir() {
|
||||||
return walRootDir;
|
return walRootDir;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue