]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commit
sync: use ' ' as the default shard so retries can be stored
authorJosh Durgin <jdurgin@redhat.com>
Thu, 18 Dec 2014 05:28:38 +0000 (21:28 -0800)
committerJosh Durgin <jdurgin@redhat.com>
Fri, 19 Dec 2014 11:22:09 +0000 (03:22 -0800)
commit8d47f62f6f179040c504eba6ed01094a24da944e
treedccb8af4cd4156f2f075b954def32b04d00d6d39
parentebd81b016b0c833732e18764a09258826ab8ea4d
sync: use ' ' as the default shard so retries can be stored

The replica log api doesn't allow empty markers, but we may need to
store retries in the replica log even if there are no log entries. Use
' ' as a marker instead, since it is before all possible markers.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
radosgw_agent/sync.py
radosgw_agent/worker.py