Changes between Version 3 and Version 4 of BackendState


Ignore:
Timestamp:
Jul 21, 2007, 11:57:19 AM (17 years ago)
Author:
Nicolas
Comment:

Custom anchors

Legend:

Unmodified
Added
Removed
Modified
  • BackendState

    v3 v4  
    66Workunit '''parameters''' are described [JobIn on a separate page].
    77
    8 == Workunit state variables == #wu_states
     8== Workunit state variables == #wu
    99
    1010=== `canonical_resultid` === #wu_canonical_resultid
     
    4848 * Validator sets TOO_MANY_SUCCESS_RESULTS if no consensus and too many success results
    4949
    50 === Workunit invariants ===
     50=== Workunit invariants === #wu_invariants
    5151
    5252 * eventually either canonical_resultid or error_mask is set
     
    5454 * Each WU is assimilated exactly once
    5555
    56 === Notes on deletion of input files ===
     56=== Notes on deletion of input files === #wu_deletion_notes
    5757
    5858 * Input files are eventually deleted, but only when all results have state=OVER (so that clients don't get download failures) and the WU has been assimilated (in case the project wants to examine input files in error cases).
    5959
    6060
    61 == Result state variables ==
     61== Result state variables == #result
    6262
    6363=== `report_deadline` === #result_report_deadline
     
    104104 * Set by scheduler to TOO_LATE if the result was reported after the canonical result's files were deleted.
    105105
    106 
    107 === Result invariants ===
     106=== Result invariants === #result_invariants
    108107
    109108 * Eventually [#result_server_state server_state] = OVER.
    110109 * Output files are eventually deleted.
    111110
    112 === Notes on deletion of output files ===
     111=== Notes on deletion of output files === #result_deletion_notes
    113112 * Non-canonical results can be deleted as soon as the WU is assimilated.
    114113 * Canonical results can be deleted only when all results have [#result_server_state server_state]=OVER and all success results are validated.