Changes between Initial Version and Version 1 of Ticket #1212


Ignore:
Timestamp:
2010-09-25T15:47:48Z (14 years ago)
Author:
eurekafag
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1212 – Description

    initial v1  
    1515Everything worked fine on 1.7.1 and shares.happy = 3 (didn't changed it after upgrade). So I did a little investigation and found the problem. It's immutable/repairer.py, line 60:
    1616
     17
     18{{{
    1719happy = upload.BaseUploadable.default_encoding_param_happy
     20}}}
     21
    1822
    1923Why do we use default happy here? It definitely should be read from
    2024the config. I didin't dig further but replaced it with ugly hack:
    2125
     26
     27{{{
    2228happy = 3 #upload.BaseUploadable.default_encoding_param_happy
     29}}}
     30
    2331
    2432...and the problem has gone! Repairing works with just 6 servers