From 47959bde2a7327c64942a1621de1f93671da9e5e Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Fri, 20 Sep 2024 13:01:16 +0200 Subject: [PATCH] Export XRD_WRITERECOVERY=0 to avoid file loss --- create_diracosrc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/create_diracosrc.sh b/create_diracosrc.sh index fb7f628..5e2cd9f 100644 --- a/create_diracosrc.sh +++ b/create_diracosrc.sh @@ -24,6 +24,10 @@ echo '# in setups like EOS' echo 'export DAVIX_DISABLE_REDIRECT_CACHING=1' echo '' + echo '# XROOTD options to avoid internal retry leading to lost files' + echo '# https://its.cern.ch/jira/browse/EOS-6195' + echo 'export XRD_WRITERECOVERY=0' + echo '' echo '# Set up the X509 variables' echo '' echo '# Function check if folder exist and contains files'