diff --git a/checkin_notes b/checkin_notes index 7c1a076283..9872dfed89 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6248,3 +6248,9 @@ Karl 2003/09/07 client/ app.C client_types.C + +Karl 2003/09/10 + - fixed transitioner bug where canonical result output files got deleted. + + Sched/ + transitioner.C diff --git a/sched/transitioner.C b/sched/transitioner.C index 496878154b..fdb06dd5f8 100644 --- a/sched/transitioner.C +++ b/sched/transitioner.C @@ -236,10 +236,10 @@ void handle_wu(DB_WORKUNIT& wu) { // can delete canonical result outputs // if all successful results have been validated // - if (canonical_result.id && canonical_result.file_delete_state == FILE_DELETE_INIT) { - canonical_result.file_delete_state = FILE_DELETE_READY; - canonical_result.update(); - } + // if (canonical_result.id && canonical_result.file_delete_state == FILE_DELETE_INIT) { + // canonical_result.file_delete_state = FILE_DELETE_READY; + // canonical_result.update(); + // } } // output of error results can be deleted immediately; @@ -247,6 +247,10 @@ void handle_wu(DB_WORKUNIT& wu) { // for (i=0; i