2023-04-30 23:22:44,843 |
INFO utils.py:112 – Get all modules by type: DashboardAgentModule |
2023-04-30 23:22:45,581 |
INFO utils.py:145 – Available modules: [<class ‘ray.dashboard.modules.event.event_agent.EventAgent’>, <class ‘ray.dashboard.modules.healthz.healthz_agent.HealthzAgent’>, <class ‘ray.dashboard.modules.job.job_agent.JobAgent’>, <class ‘ray.dashboard.modules.log.log_agent.LogAgent’>, <class ‘ray.dashboard.modules.log.log_agent.LogAgentV1Grpc’>, <class ‘ray.dashboard.modules.reporter.reporter_agent.ReporterAgent’>, <class ‘ray.dashboard.modules.runtime_env.runtime_env_agent.RuntimeEnvAgent’>, <class ‘ray.dashboard.modules.serve.serve_agent.ServeAgent’>] |
2023-04-30 23:22:45,581 |
INFO agent.py:171 – Loading DashboardAgentModule: <class ‘ray.dashboard.modules.event.event_agent.EventAgent’> |
2023-04-30 23:22:45,581 |
INFO event_agent.py:38 – Event agent cache buffer size: 10240 |
2023-04-30 23:22:45,581 |
INFO agent.py:171 – Loading DashboardAgentModule: <class ‘ray.dashboard.modules.healthz.healthz_agent.HealthzAgent’> |
2023-04-30 23:22:45,581 |
INFO agent.py:171 – Loading DashboardAgentModule: <class ‘ray.dashboard.modules.job.job_agent.JobAgent’> |
2023-04-30 23:22:45,581 |
INFO agent.py:171 – Loading DashboardAgentModule: <class ‘ray.dashboard.modules.log.log_agent.LogAgent’> |
2023-04-30 23:22:45,749 |
INFO agent.py:171 – Loading DashboardAgentModule: <class ‘ray.dashboard.modules.log.log_agent.LogAgentV1Grpc’> |
2023-04-30 23:22:45,749 |
INFO agent.py:171 – Loading DashboardAgentModule: <class ‘ray.dashboard.modules.reporter.reporter_agent.ReporterAgent’> |
2023-04-30 23:22:45,757 |
INFO agent.py:171 – Loading DashboardAgentModule: <class ‘ray.dashboard.modules.runtime_env.runtime_env_agent.RuntimeEnvAgent’> |
2023-04-30 23:22:45,757 |
INFO agent.py:171 – Loading DashboardAgentModule: <class ‘ray.dashboard.modules.serve.serve_agent.ServeAgent’> |
2023-04-30 23:22:45,757 |
INFO agent.py:176 – Loaded 8 modules. |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:74 – Dashboard agent http address: 127.0.0.1:52365 |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [GET] <PlainResource /api/local_raylet_healthz> → <function HealthzAgent.health_check at 0x0000021711F31790> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/local_raylet_healthz> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [POST] <PlainResource /api/job_agent/jobs/> → <function JobAgent.submit_job at 0x0000021711F77700> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/job_agent/jobs/> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [POST] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}/stop> → <function JobAgent.stop_job at 0x0000021711FE7AF0> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}/stop> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [DELETE] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}> → <function JobAgent.delete_job at 0x0000021711FE7CA0> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [GET] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}/logs> → <function JobAgent.get_job_logs at 0x0000021711FE7E50> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}/logs> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [GET] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}/logs/tail> → <function JobAgent.tail_job_logs at 0x0000021711F70040> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}/logs/tail> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [GET] <PlainResource /api/ray/version> → <function ServeAgent.get_version at 0x0000021710D5CD30> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/ray/version> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [GET] <PlainResource /api/serve/deployments/> → <function ServeAgent.get_all_deployments at 0x0000021710D5CDC0> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/serve/deployments/> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [GET] <PlainResource /api/serve/applications/> → <function ServeAgent.get_serve_instance_details at 0x0000021710D5CF70> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/serve/applications/> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [GET] <PlainResource /api/serve/deployments/status> → <function ServeAgent.get_all_deployment_statuses at 0x0000021710D65160> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/serve/deployments/status> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [DELETE] <PlainResource /api/serve/deployments/> → <function ServeAgent.delete_serve_application at 0x0000021710D65310> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/serve/deployments/> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [DELETE] <PlainResource /api/serve/applications/> → <function ServeAgent.delete_serve_applications at 0x0000021710D654C0> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/serve/applications/> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [PUT] <PlainResource /api/serve/deployments/> → <function ServeAgent.put_all_deployments at 0x0000021710D65670> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/serve/deployments/> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [PUT] <PlainResource /api/serve/applications/> → <function ServeAgent.put_all_applications at 0x0000021710D65820> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <PlainResource /api/serve/applications/> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [GET] <StaticResource /logs → WindowsPath(‘C:/Users/sjmit/My Drive/all_five/results/xg_tree/session_2023-04-30_23-22-40_078301_16736/logs’)> → <bound method StaticResource._handle of <StaticResource /logs → WindowsPath(‘C:/Users/sjmit/My Drive/all_five/results/xg_tree/session_2023-04-30_23-22-40_078301_16736/logs’)>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:81 – <ResourceRoute [OPTIONS] <StaticResource /logs → WindowsPath(‘C:/Users/sjmit/My Drive/all_five/results/xg_tree/session_2023-04-30_23-22-40_078301_16736/logs’)> → <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x00000217124AFA90>> |
2023-04-30 23:22:45,765 |
INFO http_server_agent.py:82 – Registered 30 routes. |
2023-04-30 23:22:45,773 |
INFO event_agent.py:56 – Report events to 127.0.0.1:63660 |
2023-04-30 23:22:45,773 |
INFO event_utils.py:132 – Monitor events logs modified after 1682920365.2050407 on c:\Users\sjmit\My Drive\all_five/results/xg_tree\session_2023-04-30_23-22-40_078301_16736\logs\events, the source types are all. |