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

client: fix panic from 0.8 -> 0.10 upgrade #6605

Merged
merged 1 commit into from
Nov 1, 2019
Merged

Commits on Nov 1, 2019

  1. client: fix panic from 0.8 -> 0.10 upgrade

    makeAllocTaskServices did not do a nil check on AllocatedResources
    which causes a panic when upgrading directly from 0.8 to 0.10. While
    skipping 0.9 is not supported we intend to fix serious crashers caused
    by such upgrades to prevent cluster outages.
    
    I did a quick audit of the client package and everywhere else that
    accesses AllocatedResources appears to be properly guarded by a nil
    check.
    schmichael committed Nov 1, 2019
    1 Configuration menu
    Copy the full SHA
    0fcb0d4 View commit details
    Browse the repository at this point in the history