Skip to content

fix: ignore already closed errors when handling probes - #212

Merged
ctrox merged 1 commit into
mainfrom
reuse-fix-tcp-logspam
Aug 25, 2026
Merged

fix: ignore already closed errors when handling probes#212
ctrox merged 1 commit into
mainfrom
reuse-fix-tcp-logspam

Conversation

@ctrox

@ctrox ctrox commented Aug 25, 2026

Copy link
Copy Markdown
Owner

When using TCP probes with the reuseport activator, we get logspam like:

shutdown: transport endpoint is not connected

This is because kubelet closes the connection immediately. We can safely ignore syscall.ENOTCONN or net.ErrClosed.

When using TCP probes with the reuseport activator, we get logspam like:

shutdown: transport endpoint is not connected

This is because kubelet closes the connection immediately. We can safely ignore
syscall.ENOTCONN or net.ErrClosed.
@ctrox
ctrox merged commit 5ec5c7d into main Aug 25, 2026
8 checks passed
@ctrox
ctrox deleted the reuse-fix-tcp-logspam branch August 25, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant