Skip to content

Handle multiple workers added on a node with the bind port specified #119

@JamesWrigley

Description

@JamesWrigley

Currently addprocs() does not handle this kind of machine spec: ("workerhost 10.1.1.1:10000", 2)
The problem is that each worker on workerhost tries to use the same bind port, which fails since only the first worker can have that port. Instead the extra workers should pick an available port starting from the bind port. launch_n_additional_processes() and/or launch_additional() will need to be modified to support this.

Reported on slack.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions