10:58 AM
To: Fengnan Li
Cc: Hdfs-dev
Subject: Re: [E] Cost Based FairCallQueue latency issue
We're internally running the patch I submitted on HDFS-14403 which was
subsequently modified by other ppl in the community, so it's possible the
community flavor may behave differently.
notice that call
taking long?
Fengnan
From: Daryn Sharp
Date: Thursday, November 5, 2020 at 10:58 AM
To: Fengnan Li
Cc: Hdfs-dev
Subject: Re: [E] Cost Based FairCallQueue latency issue
We're internally running the patch I submitted on HDFS-14403 which was
subsequently modifi
>
> ipc.8020.decay-scheduler.period-ms
>
> 2
>
>
>
>
>
> ipc.8020.decay-scheduler.thresholds
>
> 15
>
>
>
>
>
> ipc.8020.faircallqueue.multiplexer.weights
>
> 99,1
>
>
>
>
>
>
>
>
>
> ipc.8020.decay-scheduler.thresholds
>
> 15
>
>
>
>
>
> ipc.8020.faircallqueue.multiplexer.weights
>
> 99,1
>
>
>
>
>
> ipc.8020.scheduler.priority.levels
>
> 2
>
>
>
, 2020 at 9:19 AM
To: Fengnan Li
Cc: Hdfs-dev
Subject: Re: [E] Cost Based FairCallQueue latency issue
I submitted the original 2.8 cost-based FCQ patch (thanks to community members
for porting to other branches). We've been running with it since early 2019 on
all clusters. Mul
I submitted the original 2.8 cost-based FCQ patch (thanks to community
members for porting to other branches). We've been running with it since
early 2019 on all clusters. Multiple clusters run at a baseline of ~30k+
ops/sec with some bursting over 100k ops/sec.
If you are looking at the overall
: Chen Liang
Date: Wednesday, November 4, 2020 at 12:08 PM
To: Fengnan Li
Cc: Hdfs-dev
Subject: Re: Cost Based FairCallQueue latency issue
Hi Fengnan,
We had been testing cost based faire call queue internally. We also saw latency
increase, and we are trying to debug into this issue as
Hi Fengnan,
We had been testing cost based faire call queue internally. We also saw
latency increase, and we are trying to debug into this issue as well.
Current suspicion is that the way that the metrics were generated might be
introducing too much overhead. We are in the process of trying to rep
Hi all,
Has someone deployed Cost Based Fair Call Queue in their production cluster? We
ran into some RPC queue latency degradation with ~30k-40k rps. I tried to debug
but didn’t find anything suspicious. It is worth mentioning there is no memory
issue coming with the extra heap usage for st