Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgw: sync retry #9183

Merged
merged 5 commits into from
Jun 1, 2016
Merged

rgw: sync retry #9183

merged 5 commits into from
Jun 1, 2016

Conversation

yehudasa
Copy link
Member

keep failed data sync buckets in a separate log, go over that log as part of the incremental sync.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
We want to be able to disable buffering for certain operations.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
so that we can reiterate over them

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Don't check it every time

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
@cbodley
Copy link
Contributor

cbodley commented Jun 1, 2016

this branch went through teuthology with two valgrind issues:

  • valgrind issue <kind>Leak_DefinitelyLost</kind> in /var/log/ceph/valgrind/mon.b.log
  • valgrind issue <kind>InvalidRead</kind> in /var/log/ceph/valgrind/client.0.log

the invalid read was in RGWRados::get_obj_iterate_cb(), which is unrelated to this pr. i rescheduled that one test and it went through clean

@cbodley cbodley merged commit 5a53ae3 into ceph:master Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants