]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Objecter::_op_submit: only replace the tid if it's 0
authorSamuel Just <sam.just@inktank.com>
Tue, 15 Apr 2014 19:55:47 +0000 (12:55 -0700)
committerSage Weil <sage@inktank.com>
Mon, 19 May 2014 20:54:18 +0000 (13:54 -0700)
commit02557f8bc05ff28013e241611cb046b28f97b4c6
tree57645e9aab7fbf4ce9de349d6637c74a8ac09e64
parent788b5fad515c48d4028f5a67d63052e373c81e66
Objecter::_op_submit: only replace the tid if it's 0

Otherwise, redirected ops will suddenly have a different tid
and will become uncancelable.

Fixes: #7588
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 76568aa0db4e16ac1af8fe6405edade1e61cbc81)
src/osdc/Objecter.cc