Changes between Version 2 and Version 3 of RpcPolicy
- Timestamp:
- Apr 25, 2007, 2:20:02 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpcPolicy
v2 v3 6 6 7 7 * 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. 9 9 * Eventually re-read a project's master URL file in case its set of schedulers changes. 10 10 * Report results before or soon after their deadlines.