Changeset 30589
- Timestamp:
- Feb 11, 2011, 6:20:36 PM (15 years ago)
- Location:
- tags/ipp-20101215/pstamp/scripts
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
pstamp_checkdependent.pl (modified) (5 diffs)
-
pstamp_job_run.pl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101215/pstamp/scripts
-
Property svn:mergeinfo
set to
/branches/czw_branch/20101203/pstamp/scripts merged eligible /branches/eam_branches/ipp-20101103/pstamp/scripts merged eligible /trunk/pstamp/scripts merged eligible
-
Property svn:mergeinfo
set to
-
tags/ipp-20101215/pstamp/scripts/pstamp_checkdependent.pl
r30568 r30589 153 153 154 154 # assume the fault is transient. 155 # fault the dependent to give the fault a chance to correct itself 155 156 my_die("Component faulted on update dep_id: $dep_id", $PS_EXIT_SYS_ERROR); 156 157 } … … 410 411 411 412 if ($warp->{data_state} ne 'full') { 412 my $warp_status = check_states_warp($warp, 0,$rlabel, $need_magic);413 my $warp_status = check_states_warp($warp, $rlabel, $need_magic); 413 414 if ($warp_status eq $PSTAMP_GONE) { 414 415 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE); … … 426 427 if ($warp1->{data_state} ne 'full') { 427 428 $warps_ready = 0; 428 $warp_status = check_states_warp($warp1, 0,$rlabel, $need_magic);429 $warp_status = check_states_warp($warp1, $rlabel, $need_magic); 429 430 if ($warp_status) { 430 431 if ($warp_status eq $PSTAMP_GONE) { … … 440 441 if ($warp2->{data_state} ne 'full') { 441 442 $warps_ready = 0; 442 $warp_status = check_states_warp($warp2, 0,$rlabel, $need_magic);443 $warp_status = check_states_warp($warp2, $rlabel, $need_magic); 443 444 if ($warp_status eq $PSTAMP_GONE) { 444 445 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE); … … 493 494 494 495 if ($warp->{data_state} ne 'full') { 495 my $warp_status = check_states_warp($warp, 0,$rlabel, $need_magic);496 my $warp_status = check_states_warp($warp, $rlabel, $need_magic); 496 497 if ($warp_status eq $PSTAMP_GONE) { 497 498 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE); -
tags/ipp-20101215/pstamp/scripts/pstamp_job_run.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
