Changeset 41584 for trunk/pstamp/scripts/pstamp_job_run.pl
- Timestamp:
- May 15, 2021, 8:41:21 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_job_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_job_run.pl
r41480 r41584 611 611 print STDERR "file $f is not available\n"; 612 612 $return_code = 0; 613 ## MEHdoesn't look like return_code is even used from check_files...614 ## if file is not available, why is my_die not called with PSTAMP_NOT_AVAILABLE?615 ## is this only the case when neb-host down and fails to wait for fix?616 ## with multiple data nodes down, this needs to be a fault case617 my_die( "file $f is not available:", $job_id, $error_code, 'stop'); 613 ## MEH 20210127 doesn't look like return_code is even used from check_files... 614 ## if file is not available, why is my_die not called with PSTAMP_NOT_AVAILABLE? 615 ## is this only the case when neb-host down and fails to wait for fix? 616 ## with multiple data nodes down, this needs to be a fault case 617 my_die( "file $f is not available:", $job_id, $error_code, 'stop'); 618 618 } 619 619 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
