Changes between Version 5 and Version 6 of BackendState


Ignore:
Timestamp:
Jan 8, 2008, 10:27:59 AM (16 years ago)
Author:
jeffc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackendState

    v5 v6  
    2323=== `file_delete_state` === #wu_file_delete_state
    2424Indicates whether input files should be deleted.
    25  * Initially INIT.
    26  * Set to READY by transitioner when all results have server_state = OVER and wu.assimilate_state = DONE. '''Note:''' db_purge purges a WU and all its results when file_delete_state = DONE; therefore it is critical that it only be set to DONE if all results have server_state = OVER.
    27  * Set to DONE by file_deleter when it has attempted to delete files.
     25 * Initially INIT (0).
     26 * Set to READY (1) by transitioner when all results have server_state = OVER and wu.assimilate_state = DONE. '''Note:''' db_purge purges a WU and all its results when file_delete_state = DONE; therefore it is critical that it only be set to DONE if all results have server_state = OVER.
     27 * Set to DONE (2) by file_deleter when it has attempted to delete files.
    2828
    2929=== `assimilate_state` === #wu_assimilate_state