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

No point in deallocate() for a framework for maintenance if it is deactivated.

    XMLWordPrintableJSON

Details

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

    Description

      The UnavailableResources sent from the allocator to the master are going to be dropped by the master anyways, which results in the following line to be printed per inactive framework per allocation which spams the master log. We could tune down the log level but it's better to just not send the UnavailableResources by the allocator.

          LOG(INFO) << "Master ignoring inverse offers to framework " << frameworkId
                    << " because the framework has terminated or is inactive";
      

      Attachments

        Activity

          People

            xujyan Yan Xu
            xujyan Yan Xu
            Joseph Wu Joseph Wu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: