From aea97ae2b468a6631164b0c77a8629ffe5af23f2 Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Wed, 26 Sep 2007 15:53:12 +0000
Subject: [PATCH] add: RetryingPathRemover (retry removing now, parameters
 hard-coded for now) rename: LocalPathMover -> RetryingPathMover

SVN: 1826
---
 .../cisd/datamover/filesystem/remote/RemotePathMover.java      | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/RemotePathMover.java b/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/RemotePathMover.java
index cf84aa06028..39674887f4e 100644
--- a/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/RemotePathMover.java
+++ b/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/RemotePathMover.java
@@ -200,9 +200,6 @@ public final class RemotePathMover implements DirectoryScanningTimerTask.IPathHa
         removeMarkerFile(removalInProgressMarkerFile);
         if (Status.OK.equals(removalStatus) == false)
         {
-            // We don't retry this, because the path is local and removal really shouldn't fail.
-            // TODO 2007-09-02, Bernd Rinn: this is no longer true, the source directory can now be remote,
-            // so we should consider retrying a failed attempt to remove it.
             notificationLog.error(String.format(REMOVING_LOCAL_PATH_FAILED_TEMPLATE, path, removalStatus));
         } else if (operationLog.isInfoEnabled())
         {
-- 
GitLab