[
https://issues.apache.org/jira/browse/MESOS-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jie Yu updated MESOS-2514:
--------------------------
Sprint: Twitter Mesos Q1 Sprint 5
Story Points: 1
> Change the default leaf qdisc to fq_codel inside containers
> -----------------------------------------------------------
>
> Key: MESOS-2514
> URL: https://issues.apache.org/jira/browse/MESOS-2514
> Project: Mesos
> Issue Type: Bug
> Reporter: Cong Wang
> Assignee: Cong Wang
> Fix For: 0.23.0
>
>
> When we enable bandwidth cap, htb is used on egress side inside containers,
> however, the default leaf qdisc for a htb class is still pfifo_fast, which is
> known to have buffer bloat. Change the default leaf qdisc to fq_codel too:
> `tc qd add dev eth0 parent 1:1 fq_codel`
> I can no longer see packet drops after this change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)