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] [master] Placing a string of hundreds of megabytes into varpool causes task blocking #14367

Closed
2 of 3 tasks
zx472010602 opened this issue Jun 16, 2023 · 2 comments
Closed
2 of 3 tasks
Labels
backend bug Something isn't working help wanted Extra attention is needed Stale

Comments

@zx472010602
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

By customizing the task type and using varpool to pass a large string to the next node (several hundred megabytes), the execution result sent from the worker to the master will not be read by the master. It is suspected that it is a network limitation, but the result is that the worker node does not change its state after execution and is stuck in this node

What you expected to happen

The task node completes normal execution and flows to the next node

How to reproduce

Put a string of hundreds of megabytes into varpool

Anything else

No response

Version

3.1.x

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@zx472010602 zx472010602 added bug Something isn't working Waiting for reply Waiting for reply labels Jun 16, 2023
@SbloodyS SbloodyS added help wanted Extra attention is needed backend and removed Waiting for reply Waiting for reply labels Jun 25, 2023
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Jul 26, 2023
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

@github-actions github-actions bot closed this as completed Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working help wanted Extra attention is needed Stale
Projects
None yet
Development

No branches or pull requests

2 participants