]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
xio: handling connection error event
authorVu Pham <vu@mellanox.com>
Tue, 12 May 2015 18:55:04 +0000 (11:55 -0700)
committerVu Pham <vu@mellanox.com>
Wed, 15 Jul 2015 23:17:26 +0000 (16:17 -0700)
Handling connection error event same as orderly-disconnect, closed
or refused events.

Signed-off-by: Vu Pham <vu@mellanox.com>
src/msg/xio/XioMessenger.cc

index 5c7aff506fe20d04df52dafcf83c5364274f28f9..a690c0bebd92467c657b13aacd017f104fabf509 100644 (file)
@@ -513,10 +513,6 @@ int XioMessenger::session_event(struct xio_session *session,
   }
   break;
   case XIO_SESSION_CONNECTION_ERROR_EVENT:
-    ldout(cct,2) << xio_session_event_types[event_data->event]
-      << " user_context " << event_data->conn_user_context << dendl;
-    /* informational (Eyal)*/
-    break;
   case XIO_SESSION_CONNECTION_CLOSED_EVENT: /* orderly discon */
   case XIO_SESSION_CONNECTION_DISCONNECTED_EVENT: /* unexpected discon */
   case XIO_SESSION_CONNECTION_REFUSED_EVENT: