You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCoderX opened this issue
Jun 21, 2024
· 1 comment
Labels
bugSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoretriageNeeds triage (eg: priority, bug/not-bug, and owning component)
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.
The text was updated successfully, but these errors were encountered:
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
bugSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoretriageNeeds triage (eg: priority, bug/not-bug, and owning component)
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'"
Versions / Dependencies
Reproduction script
unknown what exactly caused the error
Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered: