Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
In WALProcedureStore ctor , the fs field is initialized this way:
this.fs = walDir.getFileSystem(conf);
However, when wal.dir is not under rootdir, the above would return wrong FileSystem.
In the modified TestMasterProcedureEvents, without fix, the master wouldn't initialize.