Changeset 29578
- Timestamp:
- Oct 26, 2010, 4:13:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r29577 r29578 837 837 print STDERR "$command failed with fault $fault\n"; 838 838 if ($fault < 10) { 839 # I added the following to the production build one Sunday840 # night with the comment841 # a Sunday night hack842 # I don't recall what the issue was.843 # Comment out for now.844 #$fault = $PSTAMP_NOT_AVAILABLE839 # pstamptool returns an error if an existing depenent is faulted 840 # Set the object to not available even if the fault < 10 841 # which is nominally a recoverable error in order to keep 842 # the request from faulting (which can be very expensive if 843 # there are a lot of requests) 844 $fault = $PSTAMP_NOT_AVAILABLE 845 845 } 846 846 if ($fault >= 10) {
Note:
See TracChangeset
for help on using the changeset viewer.
