Changes between Version 16 and Version 17 of HomogeneousRedundancy


Ignore:
Timestamp:
Dec 10, 2014, 11:09:27 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HomogeneousRedundancy

    v16 v17  
    104104This may be useful in debugging problems related to HR.
    105105
    106 == Changing HR type ==
     106== Specifying the HR class of jobs ==
     107
     108Normally a job's HR class is determined on the fly;
     109it's determined by the host that is issued the first instance of the job.
     110
     111You can also specify the HR class of jobs [JobSubmission when they're created].
     112If you do this, put
     113{{{
     114<hr_class_static/>
     115}}}
     116in your config.xml file.
     117This suppresses a mechanism that clears the HR class of a job
     118if an instance fails and there are no other instances in progress or finished.
     119
     120== Changing an app's HR type ==
    107121
    108122Don't change an application's HR type while there are jobs in progress;