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

connection: exit with less output on connection loss #81

Merged
merged 1 commit into from
Feb 17, 2021

Commits on Feb 9, 2021

  1. connection: exit with less output on connection loss

    klog.Fatal dumps information about all running goroutines when the
    connection to the CSI driver is lost. Loosing the connection is normal
    and depends on the order in which containers are shut down. If it
    happens, then the reason is unlikely to be related to goroutines.
    
    Therefore this extra output is not helpful or worse, fills up logfiles
    when a sidecar has many goroutines, as in the external-provisioner
    which runs 100 workers by default.
    pohly committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    11016a4 View commit details
    Browse the repository at this point in the history