Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CORE] ValueError: invalid attr name 'num_fds' filling dashboard_agent.log #46187

Closed
OpenCoderX opened this issue Jun 21, 2024 · 1 comment
Closed
Labels
bug Something that is supposed to be working; but isn't core Issues that should be addressed in Ray Core triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@OpenCoderX
Copy link

What happened + What you expected to happen

While troubleshooting a call to ray.get which is hanging I noticed the dashboard_agent.log is being filled with "ValueError: invalid attr name 'num_fds'"

ERROR reporter_agent.py:1245 -- Error publishing node physical stats.
Traceback (most recent call last):
  File "C:\Users\user\.virtualenvs\projectx-Pa_ObYkn\Lib\site-packages\ray\dashboard\modules\reporter\reporter_agent.py", line 1225, in _perform_iteration
    stats = self._get_all_stats()
            ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\user\.virtualenvs\projectx-Pa_ObYkn\Lib\site-packages\ray\dashboard\modules\reporter\reporter_agent.py", line 748, in _get_all_stats
    "raylet": self._get_raylet(),
              ^^^^^^^^^^^^^^^^^^
  File "C:\Users\user\.virtualenvs\projectx-Pa_ObYkn\Lib\site-packages\ray\dashboard\modules\reporter\reporter_agent.py", line 667, in _get_raylet
    return raylet_proc.as_dict(
           ^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\user\.virtualenvs\projectx-Pa_ObYkn\Lib\site-packages\ray\thirdparty_files\psutil\__init__.py", line 546, in as_dict
    raise ValueError(msg)
ValueError: invalid attr name 'num_fds'

Versions / Dependencies

  • windows
  • 2.30.0

Reproduction script

unknown what exactly caused the error

Issue Severity

Low: It annoys or frustrates me.

@OpenCoderX OpenCoderX added bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jun 21, 2024
@anyscalesam anyscalesam added the core Issues that should be addressed in Ray Core label Jun 21, 2024
@jjyao
Copy link
Collaborator

jjyao commented Jul 1, 2024

This is fixed by #46329

@jjyao jjyao closed this as completed Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't core Issues that should be addressed in Ray Core triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

No branches or pull requests

3 participants