]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msgr: get_connection() is required to establish a connection if none exists.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Thu, 8 Mar 2012 00:43:04 +0000 (16:43 -0800)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Tue, 3 Apr 2012 20:11:09 +0000 (13:11 -0700)
commit45a76eafdd8348c4bbdef13b91c1803105e650a7
tree7ff6bbe69d7c1aeeb2410d37d569815516f36863
parente80126ea689e9a972fbf09e8848fc4a2ade13c59
msgr: get_connection() is required to establish a connection if none exists.

Making an allowance for lossy server connections is silly. Just don't
ask for the Connection in that case. (There aren't any users who
rely on the previous behavior.)
Document that requirement in Messenger.h!

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/msg/Messenger.h
src/msg/SimpleMessenger.cc