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

[SPARK-24266][k8s] Restart the watcher when we receive a version changed from k8s #28423

Closed
wants to merge 4 commits into from
Closed

[SPARK-24266][k8s] Restart the watcher when we receive a version changed from k8s #28423

wants to merge 4 commits into from

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    c915f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c4cfa View commit details
    Browse the repository at this point in the history
  3. Rewriten the fix

    Since the HTTP_GONE error does not throw an error.
    We have to check for state in the watcher if
    this has happened and restart it after.
    Also closed the watch if the watcher
    successfully ended.
    stijndehaes committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    6b3970f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51dc743 View commit details
    Browse the repository at this point in the history