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

Command health check timeout begins too early

    XMLWordPrintableJSON

Details

    Description

      The checker process begins the timer for the command health check timeout when the LAUNCH_NESTED_CONTAINER_SESSION request is first sent, which means any delay in the execution of the health check command is included in the health check timeout. This can be an issue when the agent is under heavy load, and it may take a few seconds for the health check command to be run.

      Once we have a streaming response for the nested container launch, we can initiate the health check timeout once the first byte of the response is received; this is a more accurate signal that the health check command has begun running.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              greggomann Greg Mann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: