Changes between Version 135 and Version 136 of ProjectOptions
- Timestamp:
- Jul 8, 2014, 12:42:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v135 v136 184 184 185 185 === Accelerating retries === 186 The goal of this mechanism (which works with job-cache and matchmaker scheduling, but not locality scheduling) 187 is to send timeout-generated retries to hosts that are likely to finish them fast. Here's how it works: 186 The goal of this mechanism 187 is to send timeout-generated retries to hosts that are likely to finish them fast. 188 Here's how it works: 188 189 189 190 * Hosts are deemed "reliable" (a slight misnomer) if they satisfy turnaround time and error rate criteria. … … 198 199 <reliable_on_priority>X</reliable_on_priority>:: 199 200 Results with priority at least '''reliable_on_priority''' are treated as "need-reliable". 200 With matchmaker scheduling, they'll be sent preferentially to reliable hosts; with job-cache scheduling, they'll be sent ONLYto reliable hosts.201 They'll be sent preferentially to reliable hosts. 201 202 202 203 <reliable_max_avg_turnaround>secs</reliable_max_avg_turnaround>::