Changes between Version 3 and Version 4 of HarvestingHistory


Ignore:
Timestamp:
Mar 28, 2011, 12:03:29 AM (13 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HarvestingHistory

    v3 v4  
    5353}}}
    5454
    55 The info field is an XML string of the results of the harvest. The params field is the parameters of the harvester. The params field is present so that a harvester that has been deleted can be restored.
     55The info field is an XML string of the results of the harvest. The params field is the parameters of the harvester. The params field is present so that a harvester that has been deleted can be restored. XML strings are used for the results (info field) because the different harvesters do not share many result fields in common. The info field could also be an XML document describing a stack trace if a particular harvest failed.
     56
     57Here is what the Harvester Manager interface looks like with the new History mechanisms:
     58
     59 
     60
     61As you can see, this table holds the history of all harvesters: this includes those that are currently defined in the Harvester Manager and those that have been deleted.
     62
     63
    5664
    5765 
     
    6169=== Backwards Compatibility Issues ===
    6270
     71Creation of the HarvestHistory table will need to be added to database migration scripts.
     72
    6373=== New libraries added ===
    64 Explain which and why new libraries are required for that proposal ...
     74
     75None required.
    6576
    6677== Risks ==
    6778
    6879== Participants ==
    69  * List of participants and role (if necessary) in current GIP
     80 * Simon Pigot, Jose Garcia