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

[perf] ray remote function call performance issue #45280

Closed
fighterhit opened this issue May 12, 2024 · 0 comments
Closed

[perf] ray remote function call performance issue #45280

fighterhit opened this issue May 12, 2024 · 0 comments

Comments

@fighterhit
Copy link

I used ray to deploy a client actor and a server actor for inference. In most cases, the response delay of the client calling the server function via remote is tens of milliseconds, but sometimes it suddenly occurs longer than one second, the amount of data requested each time is almost the same. Why is this? In addition, when I deploy services through the cluster, there are generally no timeouts between actors on the head node, but there are many timeouts on the worker nodes. Is there any additional overhead for communication between actors on worker nodes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant