We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8da3a commit f45ffeaCopy full SHA for f45ffea
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -711,6 +711,9 @@ fi
711
THIN_AODS=0
712
if [[ $ALIEN_JDL_THINAODS == "1" ]] ; then
713
if [[ ! -z $ALIEN_JDL_PERCENTTHINAODS ]]; then
714
+ # for the moment, this option SHOULD NOT be used; the two following lines should be removed once this is possible
715
+ echo "We cannot for now thin only some percentage of the data, so we will return and the job will (hopefully) crash"
716
+ return 2
717
PERCENT_THINAODS=${ALIEN_JDL_PERCENTTHINAODS}
718
if [[ $PERCENT_THINAODS -gt 100 ]]; then
719
# we assume we want to thin everything
0 commit comments