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

computational service stays in "Running" state #2786

Closed
sanderegg opened this issue Feb 3, 2022 · 0 comments · Fixed by #2798
Closed

computational service stays in "Running" state #2786

sanderegg opened this issue Feb 3, 2022 · 0 comments · Fixed by #2798
Assignees
Labels
bug buggy, it does not work as expected
Milestone

Comments

@sanderegg
Copy link
Member

sanderegg commented Feb 3, 2022

Run a computational service (sleeper)

The sleeper is blocked in "running" state.

director-v2 shows following log:

ceback (most recent call last):
  File "/home/scu/.venv/lib/python3.8/site-packages/distributed/client.py", line 303, in execute_callback
    fn(fut)
  File "/home/scu/.venv/lib/python3.8/site-packages/simcore_service_director_v2/utils/dask.py", line 247, in done_dask_callback
    TaskOutputData, dask_future.result(timeout=_DASK_FUTURE_TIMEOUT_S)
  File "/home/scu/.venv/lib/python3.8/site-packages/distributed/client.py", line 235, in result
    result = self.client.sync(self._result, callback_timeout=timeout, raiseit=False)
  File "/home/scu/.venv/lib/python3.8/site-packages/distributed/utils.py", line 310, in sync
    return sync(
  File "/home/scu/.venv/lib/python3.8/site-packages/distributed/utils.py", line 364, in sync
    raise exc.with_traceback(tb)
  File "/home/scu/.venv/lib/python3.8/site-packages/distributed/utils.py", line 349, in f
    result[0] = yield future
  File "/home/scu/.venv/lib/python3.8/site-packages/tornado/gen.py", line 762, in run
    value = future.result()
  File "/usr/local/lib/python3.8/asyncio/tasks.py", line 494, in wait_for
    return fut.result()
  File "/home/scu/.venv/lib/python3.8/site-packages/distributed/client.py", line 260, in _result
    result = await self.client._gather([self])
  File "/home/scu/.venv/lib/python3.8/site-packages/distributed/client.py", line 1842, in _gather
    if response["status"] == "error":
KeyError: 'status'

Also the service is impossible to stop from the GUI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug buggy, it does not work as expected
Projects
None yet
1 participant