@@ -202,8 +202,6 @@ public class Xrootd extends Protocol {
else
p.environment().put(key,old+":"+path+"/lib");
}
}
}
}
/**
...
...
@@ -978,7 +976,7 @@ public class Xrootd extends Protocol {
if(exitStatus.getExtProcExitStatus()!=0){
if(sleep==0||!retryWithDelay)
thrownewIOException("Exit code was "+exitStatus.getExtProcExitStatus()+", retry #"+(statRetryCounter+1)+", output was "+cleanupXrdOutput(exitStatus.getStdOut())
+", "+"for command : "+command.toString());
+", "+"for command : "+command.toString());
Thread.sleep(sleep*1000);
continue;
...
...
@@ -1131,7 +1129,7 @@ public class Xrootd extends Protocol {
checkLibraryPath(pBuilder);
longseconds=source.getGuid().size/200000;// average target
// speed: 200KB/s
// speed: 200KB/s
seconds+=5*60;// 5 minutes extra time, handshakes and such
...
...
@@ -1441,4 +1439,13 @@ public class Xrootd extends Protocol {