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

[data] deanonymize map operator actors #51962

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

can-anyscale
Copy link
Collaborator

@can-anyscale can-anyscale commented Apr 3, 2025

Currently when the _MapWorker actors are logged into promethetus, they all look the same as _MapWorker. This PR deanonymize these names, by attaching the map function name to these actors.

Test:

  • CI
Screenshot 2025-04-04 at 12 21 44 PM

@can-anyscale can-anyscale requested a review from a team as a code owner April 3, 2025 17:57
@can-anyscale can-anyscale requested a review from omatthew98 April 3, 2025 17:57
@@ -170,7 +171,8 @@ def _start_actor(self):
if self._ray_remote_args_fn:
self._refresh_actor_cls()
actor = self._cls.options(
_labels={self._OPERATOR_ID_LABEL_KEY: self.id}
name=f"{self.name}.{uuid.uuid4()}",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: actor name has to be unique in a ray cluster so we attach a unique id to every actor created

Copy link
Contributor

@raulchen raulchen Apr 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we do this. what will the actor chart look like on Grafana?
I guess we can no longer aggregate the actors by name, and each actor will be showing as an individual line?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll attach a screen shot. But I think you can aggregate the actors by the name of the operator (no longer just _MapWorker, but the operator name). Each actor will be showing as individual line yes. The number of actor is in the order of number of operator basically.

Signed-off-by: can <can@anyscale.com>
@can-anyscale
Copy link
Collaborator Author

@raulchen screenshot attached; need to end up changing some core code as well for this to work

@can-anyscale can-anyscale requested review from raulchen, a team and jjyao April 4, 2025 19:22
can-anyscale added a commit that referenced this pull request Apr 4, 2025
Following up from #51962, correct
the name of the `submit` task.

Test:
- CI

Signed-off-by: can <can@anyscale.com>
pavelkushtia pushed a commit to pavelkushtia/ray that referenced this pull request Apr 6, 2025
Following up from ray-project#51962, correct
the name of the `submit` task.

Test:
- CI

Signed-off-by: can <can@anyscale.com>
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

Successfully merging this pull request may close these issues.

2 participants