]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdc/Objecter: possible race condition with connection reset 24276/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 25 Sep 2018 18:18:00 +0000 (14:18 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 25 Sep 2018 18:18:00 +0000 (14:18 -0400)
commit74ca33cb49d2c258324447b1ca366ed4e604202a
treef83ee02e71df7548ab1a3db519903e588f3f7ca8
parent5cdf9c3380098f5d2b1d988ab623c74baad55ee3
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>
src/osdc/Objecter.cc