Changes between Initial Version and Version 1 of Ticket #2016, comment 3
- Timestamp:
- 2013-07-05T21:02:14Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2016, comment 3
initial v1 1 Here's my interpretation: with h = N = 5, as soon as the {{{Tahoe2ServerSelector}}} decides to put two shares on the same server (here sh 2 and sh3on lxmst5bx), the upload is doomed. The shares all have to be on different servers whenever h = N, but the termination condition is just that all shares have been placed, not that they have been placed in a way that meets the happiness condition.1 Here's my interpretation: with h = N = 5, as soon as the {{{Tahoe2ServerSelector}}} decides to put two shares on the same server (here sh1 and sh2 on lxmst5bx), the upload is doomed. The shares all have to be on different servers whenever h = N, but the termination condition is just that all shares have been placed, not that they have been placed in a way that meets the happiness condition. 2 2 3 3 If that's the problem, then #1382 should fix it. This would also explain why VG2 was unreliable with h close to N.