Changes between Version 2 and Version 3 of RpcPolicy

Show
Ignore:
Author:
Nicolas (IP: 201.213.39.117)
Timestamp:
04/25/07 14:20:02 (3 years ago)
Comment:

Fixed 2N causing trouble with the whole page

Legend:

Unmodified
Added
Removed
Modified
  • RpcPolicy

    v2 v3  
    66 
    77 * Make as few scheduler RPCs as possible. 
    8  * Use random exponential backoff if a project's scheduling servers are down (i.e. delay by a random number times 2^N, where N is the number of unsuccessful attempts). This avoids an RPC storm when the servers come back up. 
     8 * Use random exponential backoff if a project's scheduling servers are down (i.e. delay by a random number times 2^N^, where N is the number of unsuccessful attempts). This avoids an RPC storm when the servers come back up. 
    99 * Eventually re-read a project's master URL file in case its set of schedulers changes. 
    1010 * Report results before or soon after their deadlines. 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.