Project

General

Profile

Actions

Bug #37673

closed

latency between "initiated" and "queued_for_pg"

Added by Kefu Chai over 5 years ago. Updated over 5 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
-
Category:
Performance/Resource Usage
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

  • 6 osd cluster
  • separated cluster network on eth0, and public network on eth1.
  • a rados client accessing from public network
  1. inject 2 seconds delay using tc to eth0. like tc qdisc add dev eth0 root netem delay 2000ms
  2. put a 128 MB file to into 3 replica pool

slow requests are observed. quite a few of them had over 20 seconds' delay between "initiated" and "queued_for_pg"

{
                       "time": "2018-12-17 05:36:11.977528",
                       "event": "initiated" 
},                    
{
                        "time": "2018-12-17 05:36:47.991316",
                        "event": "queued_for_pg" 
},

found on luminous. need to reproduce this on master.

Actions

Also available in: Atom PDF