File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
hbase-server/src/main/java/org/apache/hadoop/hbase/master Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838import org .apache .hadoop .hbase .fs .HFileSystem ;
3939import org .apache .hadoop .hbase .log .HBaseMarkers ;
4040import org .apache .hadoop .hbase .mob .MobConstants ;
41- import org .apache .hadoop .hbase .procedure2 .store .wal .WALProcedureStore ;
4241import org .apache .hadoop .hbase .regionserver .HRegion ;
4342import org .apache .hadoop .hbase .security .access .SnapshotScannerHDFSAclHelper ;
4443import org .apache .hadoop .hbase .util .Bytes ;
@@ -144,11 +143,12 @@ private void createInitialFileSystemLayout() throws IOException {
144143 MobConstants .MOB_DIR_NAME
145144 };
146145
146+ //With the introduction of RegionProcedureStore,
147+ // there's no need to create MasterProcWAL dir here anymore. See HBASE-23715
147148 final String [] protectedSubLogDirs = new String [] {
148149 HConstants .HREGION_LOGDIR_NAME ,
149150 HConstants .HREGION_OLDLOGDIR_NAME ,
150- HConstants .CORRUPT_DIR_NAME ,
151- WALProcedureStore .MASTER_PROCEDURE_LOGDIR
151+ HConstants .CORRUPT_DIR_NAME
152152 };
153153 // check if the root directory exists
154154 checkRootDir (this .rootdir , conf , this .fs );
You can’t perform that action at this time.
0 commit comments