mirror of
https://github.com/wassname/ray.git
synced 2026-08-14 12:40:23 +08:00
[Dashboard] Logical View Actor Class Grouping Details (#10453)
* wip * wip * wip * wip * Need to track the timestamp actors are created for the dashboard. This adds that functionality back in and deletes unused code * Add the materialui lab packages to get access to the Alert component and fix up some vulnerabilities with npm audit. * Finish supporting information on a per-actor-class basis in the logical view, add bug fixes around timestamps and infeasible task names, and add a new warning popup that shows if there are infeasible actors around. * lint and add seconds annotation to actor lifetime values * real lint * remove typo * Somehow missed something last lint * Add new comments for actor states * Add underscores to some private functions * Add tooltips to the actor states on the logical view * change test metrics to be aligned with new changes. * lint * Remove some unnecessary log lines and catch error that happens when we try to decode data from an unexpected source * Re-add a function I had removed. It is used in the Java codebase. Co-authored-by: Max Fitton <max@semprehealth.com>
This commit is contained in:
@@ -869,6 +869,7 @@ void GcsActorManager::OnActorCreationSuccess(const std::shared_ptr<GcsActor> &ac
|
||||
}
|
||||
actor->UpdateState(rpc::ActorTableData::ALIVE);
|
||||
auto actor_table_data = actor->GetActorTableData();
|
||||
actor_table_data.set_timestamp(current_sys_time_ms());
|
||||
|
||||
// We should register the entry to the in-memory index before flushing them to
|
||||
// GCS because otherwise, there could be timing problems due to asynchronous Put.
|
||||
|
||||
Reference in New Issue
Block a user