GitHub user sanofi2104 opened a pull request: https://github.com/apache/aurora/pull/23
Fix bug. Do not increase current_consecutive_successes if .healthchec⦠The Health Check is succeeding when the .healthchecksnooze is present. But it should just snooze which means there shouldn't be any increase in consecutive successes or consecutive failures. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sanofi2104/aurora hotfix/health_checker_snooze-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/aurora/pull/23.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #23 ---- commit 55962b021eb849fb3455a638669f05d8dbec835c Author: Vladimir Khalatyan <vladimir.khalat...@hulu.com> Date: 2017-04-14T18:51:40Z Fix bug. Do not increase current_consecutive_successes if .healthchecksnooze file present ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---