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

yagna payment status subprocess sometimes never ends #209

Open
lucekdudek opened this issue Mar 11, 2024 · 0 comments · Fixed by #210
Open

yagna payment status subprocess sometimes never ends #209

lucekdudek opened this issue Mar 11, 2024 · 0 comments · Fixed by #210
Assignees
Labels
bug Something isn't working

Comments

@lucekdudek
Copy link
Contributor

This issue seems to be more damaging as it is causing deadlock for long running clusters. Unfortunately, direct cause of the deadlock is unknown.

Related subporcess:

                output = json.loads(
                    await run_subprocess_output(
                        self._yagna_path,
                        "payment",
                        "status",
                        "--network",
                        network,
                        "--driver",
                        driver,
                        "--json",
                    )
                )

https://github.com/golemfactory/ray-on-golem/blob/main/ray_on_golem/server/services/yagna.py#L180-L192

@lucekdudek lucekdudek added the bug Something isn't working label Mar 11, 2024
@lucekdudek lucekdudek changed the title yagna payment status never ends yagna payment status sometimes never ends Mar 11, 2024
@lucekdudek lucekdudek changed the title yagna payment status sometimes never ends yagna payment status subprocess sometimes never ends Mar 11, 2024
@approxit approxit self-assigned this Mar 11, 2024
@approxit approxit mentioned this issue Mar 12, 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

Successfully merging a pull request may close this issue.

2 participants