Replication interval causes increased failures
Bug #834857 reported by
Joshua Hoover
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
desktopcouch | Status tracked in Trunk | |||||
0.6-stable |
New
|
Undecided
|
Unassigned | |||
1.0-stable |
New
|
Undecided
|
Unassigned | |||
Trunk |
Fix Released
|
Critical
|
John Lenton | |||
desktopcouch (Ubuntu) |
Fix Released
|
High
|
Chad Miller | |||
Lucid |
Fix Released
|
High
|
John Lenton | |||
Maverick |
Fix Released
|
High
|
John Lenton | |||
Natty |
Fix Released
|
High
|
John Lenton | |||
Oneiric |
Fix Released
|
High
|
Chad Miller |
Bug Description
Desktopcouch is currently set to replicate with the Ubuntu One servers every 10 minutes. This interval needs to be increased to one hour in order to lessen the load on the server and increase successful replication.
TEST CASE:
1. Open ~/.cache/
Result: Shows replication tries every 10 minutes
Expected result: Shows replication tries every one hour
Related branches
lp://staging/~chipaca/desktopcouch/bump-replication-to-hourly
- Eric Casteleijn (community): Approve
- Roman Yepishev (community): Approve (code)
-
Diff: 12 lines (+1/-1)1 file modifieddesktopcouch/application/replication.py (+1/-1)
lp://staging/~chipaca/ubuntu/natty/desktopcouch/fix-834857
- Martin Pitt: Approve
-
Diff: 12 lines (+1/-1)1 file modifieddesktopcouch/application/replication.py (+1/-1)
lp://staging/~chipaca/ubuntu/maverick/desktopcouch/fix-834857
- Martin Pitt: Approve
-
Diff: 12 lines (+1/-1)1 file modifieddesktopcouch/replication.py (+1/-1)
lp://staging/~chipaca/ubuntu/lucid/desktopcouch/fix-834857
- Martin Pitt: Approve
-
Diff: 129 lines (+85/-3)4 files modifieddebian/changelog (+14/-0)
debian/control (+4/-2)
debian/patches/lp_726597.patch (+66/-0)
desktopcouch/replication.py (+1/-1)
Changed in desktopcouch (Ubuntu Lucid): | |
importance: | Undecided → High |
Changed in desktopcouch (Ubuntu Maverick): | |
importance: | Undecided → High |
Changed in desktopcouch (Ubuntu Natty): | |
importance: | Undecided → High |
Changed in desktopcouch (Ubuntu Oneiric): | |
importance: | Undecided → High |
Changed in desktopcouch (Ubuntu Lucid): | |
assignee: | nobody → John Lenton (chipaca) |
Changed in desktopcouch (Ubuntu Maverick): | |
assignee: | nobody → John Lenton (chipaca) |
Changed in desktopcouch (Ubuntu Natty): | |
assignee: | nobody → John Lenton (chipaca) |
Changed in desktopcouch (Ubuntu Oneiric): | |
assignee: | nobody → John Lenton (chipaca) |
Changed in desktopcouch: | |
importance: | Undecided → Critical |
assignee: | nobody → John Lenton (chipaca) |
status: | New → Triaged |
tags: | added: support |
Changed in desktopcouch: | |
status: | Triaged → In Progress |
summary: |
- Increase replication time interval + Replication interval causes increased failures |
tags: | added: rls-mgr-o-tracking |
tags: | added: testcase |
Changed in desktopcouch (Ubuntu Natty): | |
status: | New → In Progress |
Changed in desktopcouch (Ubuntu Maverick): | |
status: | New → In Progress |
Changed in desktopcouch (Ubuntu Lucid): | |
status: | New → In Progress |
To post a comment you must log in.
Hi Joshua,
This seems like a improvement or enhancement request versus an actual bug?