]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msg: lower verbosity on normal event 23943/head
authorPatrick Donnelly <pdonnell@redhat.com>
Sun, 2 Sep 2018 19:51:46 +0000 (12:51 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 5 Sep 2018 23:51:36 +0000 (16:51 -0700)
Fixes: http://tracker.ceph.com/issues/35251
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 351831834d4f9c66395539d7015bcdb017c8dba6)

Conflicts:
src/msg/async/AsyncConnection.cc
src/msg/simple/Pipe.cc

src/msg/async/AsyncConnection.cc
src/msg/simple/Pipe.cc

index 80231cccf4b9b3a1f8e832eb8af3538f02b753a5..1ab76ab790de2c06b6ad2b1a1af55d69f966d371 100644 (file)
@@ -1538,7 +1538,7 @@ ssize_t AsyncConnection::handle_connect_msg(ceph_msg_connect &connect, bufferlis
     lock.lock();
     char tag;
     if (need_challenge && !had_challenge && authorizer_challenge) {
-      ldout(async_msgr->cct,0) << __func__ << ": challenging authorizer"
+      ldout(async_msgr->cct,10) << __func__ << ": challenging authorizer"
                               << dendl;
       assert(authorizer_reply.length());
       tag = CEPH_MSGR_TAG_CHALLENGE_AUTHORIZER;
index 2c1415ebc694a23d741ec959f4f912008003da6a..c0cb24fc12a7ac73deea86c42df62229872a54f6 100644 (file)
@@ -530,7 +530,7 @@ int Pipe::accept()
       if (state != STATE_ACCEPTING)
        goto shutting_down_msgr_unlocked;
       if (!had_challenge && need_challenge && authorizer_challenge) {
-       ldout(msgr->cct,0) << "accept: challenging authorizer "
+       ldout(msgr->cct,10) << "accept: challenging authorizer "
                           << authorizer_reply.length()
                           << " bytes" << dendl;
        assert(authorizer_reply.length());