Changes between Version 2 and Version 3 of RpcPolicy


Ignore:
Timestamp:
Apr 25, 2007, 2:20:02 PM (17 years ago)
Author:
Nicolas
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.