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

Actor view refreshed very slowly (or not at all). #13883

Closed
robertnishihara opened this issue Feb 3, 2021 · 3 comments
Closed

Actor view refreshed very slowly (or not at all). #13883

robertnishihara opened this issue Feb 3, 2021 · 3 comments
Labels
enhancement Request for new feature and/or capability P2 Important issue, but not time-critical

Comments

@robertnishihara
Copy link
Collaborator

The actor page often has outdated information.

To reproduce

Run the following script (e.g., in IPython).

import ray
ray.init()

Then

  • navigate to the dashboard
  • click on "try experimental dashboard"
  • click on the actor tab

Then run

@ray.remote
class Foo:
    def method(self):
        return 1

f = Foo.remote()

Nothing shows up in the actor tab (at least not in the first 30 seconds or so). Reloading the page causes the actor to appear.

@robertnishihara robertnishihara added bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Feb 3, 2021
@robertnishihara robertnishihara added this to the New Dashboard Frontend milestone Feb 3, 2021
@robertnishihara robertnishihara changed the title Actor view refreshed very slowly. Actor view refreshed very slowly (or not at all). Feb 3, 2021
@edoakes edoakes added P2 Important issue, but not time-critical enhancement Request for new feature and/or capability P1 Issue that should be fixed within a few weeks and removed triage Needs triage (eg: priority, bug/not-bug, and owning component) bug Something that is supposed to be working; but isn't P2 Important issue, but not time-critical labels Feb 3, 2021
@edoakes
Copy link
Contributor

edoakes commented Feb 3, 2021

Labeling as enhancement because it isn't a bug in existing Ray.

@mxz96102
Copy link
Contributor

Actor pages are designed to not refresh because the number of actors might be massive. But for further concern, I think it still needs an auto-refresh switch. And it will be turned off by default when there are too many actors (like 1k+ ?) I think it's a better way to solve this problem. ( Sorry for the late reply, we just have our Chinese new year vacation )

@alanwguo alanwguo added P2 Important issue, but not time-critical and removed P1 Issue that should be fixed within a few weeks labels May 31, 2022
@SongGuyang
Copy link
Contributor

Solved by #26785

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for new feature and/or capability P2 Important issue, but not time-critical
Projects
None yet
Development

No branches or pull requests

5 participants