]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
objecter: shard completion_lock
authorYehuda Sadeh <yehuda@inktank.com>
Mon, 12 May 2014 23:58:31 +0000 (16:58 -0700)
committerJohn Spray <john.spray@redhat.com>
Mon, 25 Aug 2014 00:33:59 +0000 (01:33 +0100)
commitcdb8899a416a239b8eb06dfc5ef9d36feccd330f
treea35b3ee070e07506700aa8b83ea4687178f7befc
parent9e6aedf9aea33df0571687c649c4617501956078
objecter: shard completion_lock

Object ops responses are sharded, lock hashed by object name. This
guarantees ordering on the same object. Cross object order is not
guaranteed anymore.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/common/config_opts.h
src/osdc/Objecter.cc
src/osdc/Objecter.h