X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fmsg%2Fasync%2FProtocolV2.cc;h=08426b796b88b16c9e0142a7dc7d58d2d8d071f7;hb=aee94f6923ba628a85d855d0c5316d0da78bfa2a;hp=7cda9637d90f0f0d65f3a9c27b09e6a2043e256c;hpb=27f45121cc74e31203777ad565f78d8aad9b92a2;p=ceph.git diff --git a/ceph/src/msg/async/ProtocolV2.cc b/ceph/src/msg/async/ProtocolV2.cc index 7cda9637d..08426b796 100644 --- a/ceph/src/msg/async/ProtocolV2.cc +++ b/ceph/src/msg/async/ProtocolV2.cc @@ -2808,6 +2808,7 @@ CtPtr ProtocolV2::reuse_connection(const AsyncConnectionRef& existing, existing->worker->references--; new_worker->references++; existing->logger = new_worker->get_perf_counter(); + existing->labeled_logger = new_worker->get_labeled_perf_counter(); existing->worker = new_worker; existing->center = new_center; if (existing->delay_state)