Project

General

Profile

Actions

Bug #50559

closed

session dump includes completed_requests twice, once as an integer and once as a list

Added by Dan van der Ster almost 3 years ago. Updated almost 3 years ago.

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

0%

Source:
Community (dev)
Tags:
Backport:
octopus,pacific
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
MDS
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

        "completed_requests": 0,

and
        "completed_requests": [],

The first one should be renamed to num_completed_requests.

E.g.:

    {
        "id": 1518373,
        "entity": {
            "name": {
                "type": "client",
                "num": 1518373
            },
            "addr": {
                "type": "v1",
                "addr": "xxx:0",
                "nonce": 1002963594
            }
        },
        "state": "open",
        "num_leases": 0,
        "num_caps": 40216,
        "request_load_avg": 3,
        "uptime": 622.21754157199996,
        "requests_in_flight": 0,
        "completed_requests": 0,
        "reconnecting": false,
        "recall_caps": {
            "value": 0,
            "halflife": 60
        },
        "release_caps": {
            "value": 0.037146824884249793,
            "halflife": 60
        },
        "recall_caps_throttle": {
            "value": 0,
            "halflife": 2.5
        },
        "recall_caps_throttle2o": {
            "value": 0,
            "halflife": 0.5
        },
        "session_cache_liveness": {
            "value": 11966.204385703481,
            "halflife": 300
        },
        "cap_acquisition": {
            "value": 0,
            "halflife": 10
        },
        "inst": "client.1518373 v1:xxx:0/1002963594",
        "completed_requests": [],
        "prealloc_inos": [],
        "used_inos": [],
        "client_metadata": {
            "client_features": {
                "feature_bits": "0x0000000000003bff" 
            },
            "metric_spec": {
                "metric_flags": {
                    "feature_bits": "0x" 
                }
            },
            "entity_id": "manila",
            "hostname": "xxx",
            "kernel_version": "4.18.0-240.22.1.el8_3.x86_64",
            "root": "/" 
        }
    },

Related issues 2 (0 open2 closed)

Copied to CephFS - Backport #50635: octopus: session dump includes completed_requests twice, once as an integer and once as a listResolvedCory SnyderActions
Copied to CephFS - Backport #50636: pacific: session dump includes completed_requests twice, once as an integer and once as a listResolvedPatrick DonnellyActions
Actions #1

Updated by Dan van der Ster almost 3 years ago

  • Status changed from New to Fix Under Review
  • Assignee set to Dan van der Ster
  • Pull request ID set to 41066
Actions #2

Updated by Dan van der Ster almost 3 years ago

  • Backport set to octopus,pacific
Actions #3

Updated by Patrick Donnelly almost 3 years ago

  • Target version set to v17.0.0
  • Source set to Community (dev)
  • Component(FS) MDS added
Actions #4

Updated by Patrick Donnelly almost 3 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #5

Updated by Backport Bot almost 3 years ago

  • Copied to Backport #50635: octopus: session dump includes completed_requests twice, once as an integer and once as a list added
Actions #6

Updated by Backport Bot almost 3 years ago

  • Copied to Backport #50636: pacific: session dump includes completed_requests twice, once as an integer and once as a list added
Actions #7

Updated by Loïc Dachary almost 3 years ago

  • Status changed from Pending Backport to Resolved

While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".

Actions

Also available in: Atom PDF