kubelet/pkg/cri
Phil Estes f8c45c332f fix: kubelet CRI portforward concurrent map write on error
Changing this from value printing to just the pointer value fixes a
known issue with possible "concurrent map write" errors from the Go
runtime when this error occurs. This problem surfaces when the map
within the struct `h.conn` is iterated over, but can be modified by
other threads while this error is being logged.

Phil Estes <estesp@gmail.com>

Kubernetes-commit: fa87098ae30c69b86060a085e22fc8bcba3ab97f
2025-06-30 17:00:27 -04:00
..
streaming fix: kubelet CRI portforward concurrent map write on error 2025-06-30 17:00:27 -04:00