File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
test/test-clusters/src/main/java/org/elasticsearch/test/cluster/local Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -341,8 +341,10 @@ private void initializeWorkingDirectory(boolean preserveWorkingDirectory) {
341341
342342 LOGGER .warn ("Logging disk space and file permissions for working dir: {}" , workingDir );
343343 DebugUtils .logDiskSpaceAndPrivileges (workingDir );
344- LOGGER .warn ("Logging disk space and file permissions for distribution dir: {}" ,
345- distributionDescriptor .getDistributionDir ());
344+ LOGGER .warn (
345+ "Logging disk space and file permissions for distribution dir: {}" ,
346+ distributionDescriptor .getDistributionDir ()
347+ );
346348 DebugUtils .logDiskSpaceAndPrivileges (distributionDescriptor .getDistributionDir ());
347349 if (canUseSharedDistribution ()) {
348350 LOGGER .warn ("Using shared distribution" );
@@ -359,7 +361,6 @@ private void initializeWorkingDirectory(boolean preserveWorkingDirectory) {
359361 IOUtils .deleteWithRetry (distributionDir );
360362 }
361363
362-
363364 IOUtils .syncMaybeWithLinks (distributionDescriptor .getDistributionDir (), distributionDir );
364365 }
365366 Files .createDirectories (repoDir );
You can’t perform that action at this time.
0 commit comments