[
https://issues.apache.org/jira/browse/MESOS-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jie Yu resolved MESOS-2514.
---------------------------
Resolution: Fixed
Fix Version/s: 0.23.0
commit d82ec92073b0438589e7aa72e608c3dc334a8dd6
Author: Cong Wang <[email protected]>
Date: Mon Mar 23 11:33:09 2015 -0700
Changed default htb leaf qdisc to fq_codel in port mapping isolator.
Review: https://reviews.apache.org/r/32219
> 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)