Project

General

Profile

Feature #46041

mds/metric: if client send the metrics to old ceph, the mds session connection will be closed by ceph

Added by Xiubo Li almost 4 years ago. Updated almost 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
Component(FS):
MDS
Labels (FS):
Pull request ID:

Description

We need one way to get whether the mds support the metric collection or not.

History

#1 Updated by Xiubo Li almost 4 years ago

When the mgr received an unkown type of message it will colse the socket connection directly:

In dmesg log we can see:

<7>[1069113.306563] ceph:  send metrics to mds0 0000000085559a10
<4>[1069113.308490] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<4>[1069114.269021] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069114.330529] ceph:  send metrics to mds0 00000000e926f2af
<7>[1069115.290455] ceph:  send metrics to mds0 00000000396bcff4
<4>[1069115.292829] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069116.314360] ceph:  send metrics to mds0 0000000078e4977e
<4>[1069116.317472] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069117.274305] ceph:  send metrics to mds0 00000000de399cb4
<4>[1069117.276724] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069118.298177] ceph:  send metrics to mds0 000000006ba6b26e
<4>[1069118.300724] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069119.322093] ceph:  send metrics to mds0 00000000ad153a8c
<4>[1069119.324550] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069120.282025] ceph:  send metrics to mds0 000000001a8e3d17
<4>[1069120.284855] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069121.305921] ceph:  send metrics to mds0 0000000098b772c9
<4>[1069121.308682] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<4>[1069122.268575] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069122.329805] ceph:  send metrics to mds0 0000000028b0659c
<7>[1069123.289757] ceph:  send metrics to mds0 00000000ac25b035
<4>[1069123.291374] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069124.313744] ceph:  send metrics to mds0 000000003cc0f67e
<4>[1069124.316212] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)
<7>[1069125.273577] ceph:  send metrics to mds0 00000000e424a99e
<4>[1069125.276154] libceph: mds0 (1)10.72.37.55:6833 socket closed (con state OPEN)

#2 Updated by Xiubo Li almost 4 years ago

  • Status changed from New to In Progress

#3 Updated by Xiubo Li almost 4 years ago

  • Status changed from In Progress to Fix Under Review
  • Pull request ID set to 35608

#4 Updated by Patrick Donnelly almost 4 years ago

  • Status changed from Fix Under Review to Resolved
  • Target version set to v16.0.0
  • Source set to Development

Also available in: Atom PDF