Changes between Version 3 and Version 4 of AdaptiveReplication
- Timestamp:
- Mar 9, 2009, 4:43:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdaptiveReplication
v3 v4 28 28 * On each request, the scheduler decides whether to trust the host as follows: 29 29 * If E(H) > A, don't trust the host. 30 * Otherwise, trust the host with probability 1 - E(H)/A.30 * Otherwise, trust the host with probability 1 - sqrt( E(H)/A ). 31 31 * If we decide to trust the host, preferentially send it unreplicated jobs. 32 32 * Otherwise, preferentially send it replicated jobs. If we have to send it an unreplicated job, mark it as replicated and create new instances accordingly.