IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41480


Ignore:
Timestamp:
Jan 28, 2021, 12:21:57 AM (5 years ago)
Author:
mhuber
Message:

have pstamp set fault PSTAMP_NOT_AVAILABLE and stop on job in request if wanted file in nebulous, but not available on disk (IPP-946)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r40389 r41480  
    611611                    print STDERR "file $f is not available\n";
    612612                    $return_code = 0;
     613                    ## MEH 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');
    613618                }
    614619            } else {
Note: See TracChangeset for help on using the changeset viewer.