]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osdc/Objecter: possible race condition with connection reset 24600/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 25 Sep 2018 18:18:00 +0000 (14:18 -0400)
committerPrashant D <pdhange@redhat.com>
Mon, 15 Oct 2018 22:32:20 +0000 (18:32 -0400)
commit841fc496cf809e20c7ae552b1d012e363b5af626
tree90396c3b0646e601e628e3b368f6742477897857
parentf3792d833e997631dbd161f59053b595b7e72bc1
osdc/Objecter: possible race condition with connection reset

If the connection quickly fails before the private session reference
can be associated with the connection, the connection will remain
closed and any OSD ops against the session will remain stuck.

Fixes: http://tracker.ceph.com/issues/36183
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 74ca33cb49d2c258324447b1ca366ed4e604202a)
src/osdc/Objecter.cc