Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Fix grace period after kill for health check failure #7221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 22, 2020

  1. Fix grace period after kill for health check failure

    Following the change of task id / instance id format, task health status
    was not properly tracked because bound to the same instance id after
    successive kills for health check failure. This fix propose to address
    the issue by tracking health status by task id to ensure it to cleaned
    each time a task is terminated, whatever the reason.
    
    JIRA Issues: MARATHON-8745
    komuta committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    261190f View commit details
    Browse the repository at this point in the history