HBASE-21322 Add a scheduleServerCrashProcedure() API to HbckService
ADDENDUM
This commit is contained in:
parent
bddd488c34
commit
29d6eeb6e8
|
@ -2859,7 +2859,7 @@ public class HRegionServer extends HasThread implements
|
|||
/**
|
||||
* @return Return the walRootDir.
|
||||
*/
|
||||
protected Path getWALRootDir() {
|
||||
public Path getWALRootDir() {
|
||||
return walRootDir;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue