[
https://issues.apache.org/jira/browse/MESOS-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368085#comment-14368085
]
Jie Yu commented on MESOS-2514:
-------------------------------
OK, so it still drop packets, but it has a better flow management and packet
scheduling algorithm so that a latency sensitive flow will less likely to be
affected by other high bandwidth flows. But I am still curious why you "no
longer see packet drops after this change"?
> 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
>
> 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)