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

BUG: asyncio.exceptions.InvalidStateError: invalid state #659

Open
codingl2k1 opened this issue Aug 15, 2023 · 0 comments
Open

BUG: asyncio.exceptions.InvalidStateError: invalid state #659

codingl2k1 opened this issue Aug 15, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@codingl2k1
Copy link
Contributor

Describe the bug

A clear and concise description of what the bug is.

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/xorbits/_mars/services/scheduling/worker/execution.py", line 402, in internal_run_subtask
    subtask_info.result = await self._retry_run_subtask(
  File "/usr/local/lib/python3.10/dist-packages/xorbits/_mars/services/scheduling/worker/execution.py", line 513, in _retry_run_subtask
    return await _retry_run(subtask, subtask_info, _run_subtask_once)
  File "/usr/local/lib/python3.10/dist-packages/xorbits/_mars/services/scheduling/worker/execution.py", line 111, in _retry_run
    raise ex
  File "/usr/local/lib/python3.10/dist-packages/xorbits/_mars/services/scheduling/worker/execution.py", line 73, in _retry_run
    return await target_async_func(*args)
  File "/usr/local/lib/python3.10/dist-packages/xorbits/_mars/services/scheduling/worker/execution.py", line 480, in _run_subtask_once
    await mo.wait_actor_pool_recovered(sub_pool_address, self.address)
  File "/usr/local/lib/python3.10/dist-packages/xoscar/backends/core.py", line 138, in call_with_client
    r = await wait_response
  File "/usr/local/lib/python3.10/dist-packages/xoscar/backends/core.py", line 88, in _listen
    future.set_result(message)
asyncio.exceptions.InvalidStateError: invalid state

To Reproduce

To help us to reproduce this bug, please provide information below:

  1. Your Python version
  2. The version of Xorbits you use
  3. Versions of crucial packages, such as numpy, scipy and pandas
  4. Full stack of the error.
  5. Minimized code to reproduce the error.

Expected behavior

A clear and concise description of what you expected to happen.

Additional context

Add any other context about the problem here.

@XprobeBot XprobeBot added the bug Something isn't working label Aug 15, 2023
@XprobeBot XprobeBot added this to the v0.5.2 milestone Aug 15, 2023
@XprobeBot XprobeBot modified the milestones: v0.5.2, Temp, v0.6.0, v0.6.1 Sep 8, 2023
@XprobeBot XprobeBot modified the milestones: v0.6.1, v0.6.2, v0.6.3 Sep 15, 2023
@XprobeBot XprobeBot modified the milestones: v0.6.3, v0.7.0 Sep 25, 2023
@XprobeBot XprobeBot modified the milestones: v0.7.0, v0.7.1 Oct 23, 2023
@XprobeBot XprobeBot modified the milestones: v0.7.1, v0.7.2 Nov 21, 2023
@XprobeBot XprobeBot modified the milestones: v0.7.2, v0.7.3 Jan 5, 2024
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

2 participants