]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async: reduce verbosity of connection timeout failures 27915/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 9 May 2019 18:50:12 +0000 (14:50 -0400)
committerPrashant D <pdhange@redhat.com>
Wed, 5 Jun 2019 03:24:42 +0000 (23:24 -0400)
commite52c64538f6438da5926f15f1d8c697238afa17e
tree436cc43e421e460e7e96ba19dae25c079482d62e
parent5c524582a0967a62843743f590f86b27718f0a9b
msg/async: reduce verbosity of connection timeout failures

Long running clients connected to thrashing OSDs could result in a
"see no progress in more than <timeout>" message printed to stderr.
This is not an error but can result in test failures when console
output is compared against expected output.

Fixes: http://tracker.ceph.com/issues/39448
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 6b4f9729fd7cec14352b74cb3674a893159a1aa5)
src/msg/async/AsyncConnection.cc