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

RQD fails to collect frame stats #1307

Open
lithorus opened this issue Jul 21, 2023 · 1 comment
Open

RQD fails to collect frame stats #1307

lithorus opened this issue Jul 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@lithorus
Copy link
Contributor

Describe the bug
While the frame is rendering it RQD fails to collect proc stats

To Reproduce
Steps to reproduce the behavior:

  1. Submit job
  2. Look on proc stats
  3. See that is stays on 0K

Expected behavior
Procs should update with stats

RQD Trace log

Exception in thread Thread-31:
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.10/threading.py", line 1378, in run
    self.function(*self.args, **self.kwargs)
  File "/opencue-0.22.14/lib/python3.10/site-packages/rqd-0.22.14-py3.10.egg/rqd/rqcore.py", line 713, in updateRss
    self.machine.rssUpdate(self.__cache)
  File "/opencue-0.22.14/lib/python3.10/site-packages/rqd-0.22.14-py3.10.egg/rqd/rqmachine.py", line 284, in rssUpdate
    if re.search(r"\d+", child_statm_fields[0]) else -1
  File "/usr/lib/python3.10/re.py", line 200, in search
    return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object

Version Number
0.22.14

@lithorus lithorus added the bug Something isn't working label Jul 21, 2023
@lithorus
Copy link
Contributor Author

lithorus commented Aug 1, 2023

It looks like this is issue is a duplicate of this :
#1188
and with a separate pull request (although it fixes other things as well) :
#1296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant