Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-2514

Change the default leaf qdisc to fq_codel inside containers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.23.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            wangcong Cong Wang
            wangcong Cong Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: