* Add RAY_NODE_ID environment var to agent
* Node ralated data use node id as key
* ray.init() return node id; Pass test_reporter.py
* Fix lint & CI
* Fix comments
* Minor fixes
* Fix CI
* Add const to ClientID in AgentManager::Options
* Use fstring
* Add comments
* Fix lint
* Add test_multi_nodes_info
Co-authored-by: 刘宝 <po.lb@antfin.com>
* 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>
* Added support for submission-time task names.
* Suggestions from code review: add missing consts
Co-authored-by: SangBin Cho <rkooo567@gmail.com>
* Add num_returns arg to actor method options docstring example.
* Add process name line and proctitle assertion to submission-time task name section of advanced docs.
* Add submission-time task name --> proctitle test for Python worker.
* Added Python actor options tests for num_returns and name.
* Added Java test for submission-time task names.
* Add dashboard image to task name docs section.
* Move to fstrings.
Co-authored-by: SangBin Cho <rkooo567@gmail.com>
* Write a test.
* Basic structure done.
* Reduce flakiness of tests.
* Addressed code review.
* Skipping tests because it is flaky for now.
* Fix linting issues.
* Increase sleep time to see lint messages.
* Lint issue fixed.
* requesting new workers only when pipelines to existing ones are full
* linting
* added unit testing & linting
* finished refactoring to consolidate all the fields that belong to a SchedulingKey into a single hashmap
* linting
* fixed bugs introduced by rebasing from new upstream master
* changes as part of the PR review process
* Fix typo in src/ray/core_worker/transport/direct_task_transport.cc
Co-authored-by: fangfengbin <869218239a@zju.edu.cn>
* Fixed comment in src/ray/core_worker/transport/direct_task_transport.cc
Co-authored-by: Stephanie Wang <swang@cs.berkeley.edu>
* second revision, with linting. all tests are passing locally
* Renamed SafeToDeleteEntry method in SchedulingKeyEntry
Co-authored-by: Stephanie Wang <swang@cs.berkeley.edu>
* all new revisions but the memory leak check. performed linting.
* added checks to make sure scheduling_key_entries does not leak memory
* linting. all checks passing locally
* edited CheckNoSchedulingKeyEntries function
* linting
* fixed build error on mac
* created public version of CheckNoSchedulingKeyEntries to acquire the lock
* linting
Co-authored-by: fangfengbin <869218239a@zju.edu.cn>
Co-authored-by: Stephanie Wang <swang@cs.berkeley.edu>
* Improve reporter module
* Add test_node_physical_stats to test_reporter.py
* Add test_class_method_route_table to test_dashboard.py
* Add stats_collector module for dashboard
* Subscribe actor table data
* Add log module for dashboard
* Only enable test module in some test cases
* CI run all dashboard tests
* Reduce test timeout to 10s
* Use fstring
* Remove unused code
* Remove blank line
* Fix dashboard tests
* Fix asyncio.create_task not available in py36; Fix lint
* Add format_web_url to ray.test_utils
* Update dashboard/modules/reporter/reporter_head.py
Co-authored-by: Max Fitton <mfitton@berkeley.edu>
* Add DictChangeItem type for Dict change
* Refine logger.exception
* Refine GET /api/launch_profiling
* Remove disable_test_module fixture
* Fix test_basic may fail
Co-authored-by: 刘宝 <po.lb@antfin.com>
Co-authored-by: Max Fitton <mfitton@berkeley.edu>