conf, fs);
task.call();
// reference all the files in the first server directory
task = new ReferenceServerWALsTask(snapshot, listener, server2Dir, conf, fs);
task.call();
// verify that we got everything
FSUtils.logFileSystemState(fs, testDir, LOG);
Path workingDir = SnapshotDescriptionUtils.getWorkingSnapshotDir(snapshot, testDir);
Path snapshotLogDir = new Path(workingDir, HConstants.HREGION_LOGDIR_NAME);