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

Add a way to view current offer filters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • allocation
    • None

    Description

      Looking at just mesos, it's currently not possible to see which offer filters are active for which amount of time.

      The closest one can get is to check whether a filter currently exists, either by looking at via the `metrics/snapshot` if per-frameworks metrics are enabled or by scanning the master logs for this message

            VLOG(1) << "Filtered offer with " << resources
                    << " on agent " << slaveId
                    << " for role " << role
                    << " of framework " << frameworkId;
      

      However, that does not tell the user how long the filter was there, which resources it contains and how long it will stay.

      Maybe MESOS-8621 would be a viable way to surface this information.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bennoe Benno Evers
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: