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

etcdserver: nil-logger issue fix for version 3.4 #14420

Merged
merged 1 commit into from
Sep 5, 2022

Commits on Sep 3, 2022

  1. etcdserver: nil-logger issue fix for version 3.4

    In v3.5 it is assumed that the logger should not be nil, however it is
    still a case in v3.4. The PR targeted to v3.5 was backported to 3.4 and
    that's why it's possible to get panic on nil logger in 3.4. This commit
    fixed this issue.
    
    Fixes etcd-io#14402
    
    Signed-off-by: Vladimir Sokolov <vsvastey@gmail.com>
    vsvastey authored and Vladimir Sokolov committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    38342e8 View commit details
    Browse the repository at this point in the history