8000 [core] Please improve warning message for ip mismatch · Issue #31264 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[core] Please improve warning message for ip mismatch #31264
Open
@richardliaw

Description

@richardliaw

What happened + What you expected to happen

I'm getting this error, but this error is not easy to understand and it is easy to miss.

[2022-12-20 03:13:08,669 I 25449 25449] global_state_accessor.cc:357: This node has an IP address of 11.22.33.44, while we can not find the matched Raylet address. This maybe come from when you connect the Ray cluster with a different IP address or connect a container.

Can we improve it in the following way:

  1. What are the detected IP addresses on the node?
  2. What are the detected Raylet addresses, if there exists any?
  3. What can the user do to reconfigure Ray to start properly?
  4. [optional] Should we fail to start Ray if this happens?

An example idea to improve this error message.

[2022-12-20 03:13:08,669 I 25449 25449] global_state_accessor.cc:357: WARNING: Ray is configured to use the ip address 11.22.33.44 for this node but cannot find a corresponding Raylet address (detected raylet addresses of {11.22.33.55}), which may cause undefined behavior. This node has the following ip addresses: {11.22.33.44, 11.22.33.45, 11.22.33.55}. Try setting the Ray IP address by using `ray start --node-ip-address=CHOSEN_IP_ADDRESS ...`.

Versions / Dependencies

master

Reproduction script

run ray start --address=... on a node with multiple ip addresses

Issue Severity

High: It blocks me from completing my task.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issue, but not time-criticalbugSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray Corefix-error-msgThis issue has a bad error message that should be improved.pending-cleanupThis issue is pending cleanup. It will be removed in 2 weeks after being assigned.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0