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

Error during the pilot update procedure #3227

Closed
mtitov opened this issue Sep 9, 2024 · 0 comments · Fixed by #3234
Closed

Error during the pilot update procedure #3227

mtitov opened this issue Sep 9, 2024 · 0 comments · Fixed by #3234

Comments

@mtitov
Copy link
Contributor

mtitov commented Sep 9, 2024

Error message from PMGR logs

1725478545.765 : pmgr.0000            : 24356 : 140146504709888 : DEBUG    : call <bound method Pilot._default_state_cb of <Pilot object, uid pilot.0000>>
1725478545.765 : pmgr.0000            : 24356 : 140146504709888 : DEBUG    : pilot.0000 calls cb <bound method Pilot._default_state_cb of <Pilot object, uid pilot.0000>>
1725478545.766 : pmgr.0000            : 24356 : 140146504709888 : INFO     : [Callback]: pilot pilot.0000 state: PMGR_LAUNCHING_PENDING.
1725478545.768 : pmgr.0000            : 24356 : 140146504709888 : ERROR    : callback error
Traceback (most recent call last):
  File "/home/ja961/anaconda3/envs/pyr/lib/python3.10/site-packages/radical/utils/zmq/pubsub.py", line 304, in _listener
    cb(topic, msg)
  File "/home/ja961/anaconda3/envs/pyr/lib/python3.10/site-packages/radical/pilot/pilot_manager.py", line 307, in _state_sub_cb
    if not self._update_pilot(thing, publish=False):
  File "/home/ja961/anaconda3/envs/pyr/lib/python3.10/site-packages/radical/pilot/pilot_manager.py", line 355, in _update_pilot
    self._pilots[pid]._update(pilot_dict)
  File "/home/ja961/anaconda3/envs/pyr/lib/python3.10/site-packages/radical/pilot/pilot.py", line 260, in _update
    for _,cb_val in self._callbacks[rpc.PILOT_STATE].items():
RuntimeError: dictionary changed size during iteration

RADICAL stack

  radical.gtod         : 1.61.0
  radical.pilot        : 1.62.0
  radical.utils        : 1.61.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants