Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

non-exclusive dgram bind can cause cluster exceptions #56

@focusaurus

Description

@focusaurus

So some versions of node have this bug: nodejs/node-v0.x-archive#9261

It is triggered when a clustered node process uses client datagram sockets.

There's a workaround to bind your client sockets with {exclusive: true} to opt them out of cluster sharing (details in the bug report).

Wonder if you'd consider adding the workaround to this library. I'm seeing it manifest in the node-dogstatsd fork of this module, but can't file issues on the fork, so I'm hoping to get it patched upstream then get the node-dogstatsd maintainer to pull the fix downstream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions