Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP/MESOS: handle slave-lost and REASON_SLAVE_REMOVED events #21366

Closed

Commits on Mar 12, 2016

  1. first pass at implementing cleanup when slave-lost message is receive…

    …d; still WIP
    James DeFelice committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    d1ef7f3 View commit details
    Browse the repository at this point in the history
  2. shorter default suicide timeout; static pod source should send blank …

    …snapshot once executor enters shutdown mode
    James DeFelice committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    fefaf18 View commit details
    Browse the repository at this point in the history
  3. remove dependency on kubelet finished, executor shutdown uses simple …

    …timeout to try providing time for docker container cleanup; fix bugs in scheduler pod gc
    James DeFelice committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    379a582 View commit details
    Browse the repository at this point in the history
  4. change log.Error to log.Info for state transition edge case in reregi…

    …stration
    James DeFelice committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    1dd5e3f View commit details
    Browse the repository at this point in the history
  5. add node condition for running-executor

    James DeFelice committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    81d764c View commit details
    Browse the repository at this point in the history
  6. fix broken unit test

    James DeFelice committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    2067590 View commit details
    Browse the repository at this point in the history
  7. refactored filtering interface

    James DeFelice committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    d5d47d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    620108b View commit details
    Browse the repository at this point in the history
  9. refactor StatusUpdater into a more general node controller scaffold w…

    …/ functional options
    James DeFelice committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    05f7486 View commit details
    Browse the repository at this point in the history
  10. update reason code for nodes with out of date conditions

    James DeFelice committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    bc2bf76 View commit details
    Browse the repository at this point in the history
  11. started implementation of a new controller

    James DeFelice committed Mar 12, 2016
    1 Configuration menu
    Copy the full SHA
    debd9bf View commit details
    Browse the repository at this point in the history
  12. implemented first half of pod cleanup alg

    James DeFelice committed Mar 12, 2016
    1 Configuration menu
    Copy the full SHA
    2d04f31 View commit details
    Browse the repository at this point in the history