]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/mon: do not print error log at seeing unknown connection
authorKefu Chai <kchai@redhat.com>
Tue, 31 Mar 2020 07:32:58 +0000 (15:32 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 1 Apr 2020 12:01:15 +0000 (20:01 +0800)
commita84be334610c2541f13a7446474f6c99778cc06f
treedbe82e2ceafb4e209494c0921ec21cd2a811c7e3
parentfb99112ba3a29776f0c1a0ededfd553c6c903d85
crimson/mon: do not print error log at seeing unknown connection

it happens if a client or an peer osd drops the connection, so it's not
an error and hence we should not print this error message using
"error()".

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/mon/MonClient.cc