rl_ppo_profiles / dashboard_agent.log
randomath's picture
Add files using upload-large-folder tool
5fb6526 verified
2026-02-27 00:30:32,687 INFO agent.py:141 -- Dashboard agent grpc address: 10.128.0.163:55678
2026-02-27 00:30:32,688 INFO utils.py:307 -- Get all modules by type: DashboardAgentModule
2026-02-27 00:30:33,016 INFO utils.py:340 -- Available modules: [<class 'ray.dashboard.modules.aggregator.aggregator_agent.AggregatorAgent'>, <class 'ray.dashboard.modules.event.event_agent.EventAgent'>, <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.healthz_agent.HealthzAgent'>, <class 'ray.dashboard.modules.reporter.reporter_agent.ReporterAgent'>]
2026-02-27 00:30:33,016 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.aggregator.aggregator_agent.AggregatorAgent'>
2026-02-27 00:30:33,017 WARNING __init__.py:864 -- Overriding of current MeterProvider is not allowed
2026-02-27 00:30:33,018 INFO aggregator_agent.py:139 -- Event HTTP target is not enabled or publishing events to external HTTP service is disabled. Skipping sending events to external HTTP service. events_export_addr:
2026-02-27 00:30:33,019 WARNING __init__.py:864 -- Overriding of current MeterProvider is not allowed
2026-02-27 00:30:33,019 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.event.event_agent.EventAgent'>
2026-02-27 00:30:33,019 INFO event_agent.py:48 -- Event agent cache buffer size: 10240
2026-02-27 00:30:33,019 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.job.job_agent.JobAgent'>
2026-02-27 00:30:33,020 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.log.log_agent.LogAgent'>
2026-02-27 00:30:33,020 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.log.log_agent.LogAgentV1Grpc'>
2026-02-27 00:30:33,020 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.reporter.healthz_agent.HealthzAgent'>
2026-02-27 00:30:33,020 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.reporter.reporter_agent.ReporterAgent'>
2026-02-27 00:30:33,026 WARNING __init__.py:864 -- Overriding of current MeterProvider is not allowed
2026-02-27 00:30:33,166 WARNING gpu_profile_manager.py:82 -- [GpuProfilingManager] `dynolog` is not installed, GPU profiling will not be available.
2026-02-27 00:30:33,167 WARNING gpu_profile_manager.py:125 -- [GpuProfilingManager] GPU profiling is disabled, skipping daemon setup.
2026-02-27 00:30:33,167 INFO agent.py:165 -- Loaded 7 modules.
2026-02-27 00:30:33,171 INFO http_server_agent.py:123 -- Dashboard agent http address: 10.128.0.163:52365
2026-02-27 00:30:33,171 INFO http_server_agent.py:131 -- <ResourceRoute [POST] <PlainResource /api/job_agent/jobs/> -> <function JobAgent.submit_job at 0x71447bb01760>
2026-02-27 00:30:33,171 INFO http_server_agent.py:131 -- <ResourceRoute [OPTIONS] <PlainResource /api/job_agent/jobs/> -> <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x71447bbfbc50>>
2026-02-27 00:30:33,171 INFO http_server_agent.py:131 -- <ResourceRoute [POST] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}/stop> -> <function JobAgent.stop_job at 0x71447bb019e0>
2026-02-27 00:30:33,171 INFO http_server_agent.py:131 -- <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 0x71447bbfbc50>>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <ResourceRoute [DELETE] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}> -> <function JobAgent.delete_job at 0x71447bb01c60>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <ResourceRoute [OPTIONS] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}> -> <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x71447bbfbc50>>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <ResourceRoute [GET] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}/logs> -> <function JobAgent.get_job_logs at 0x71447bb01e40>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <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 0x71447bbfbc50>>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <ResourceRoute [GET] <DynamicResource /api/job_agent/jobs/{job_or_submission_id}/logs/tail> -> <function JobAgent.tail_job_logs at 0x71447bb02020>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <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 0x71447bbfbc50>>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <ResourceRoute [GET] <PlainResource /api/local_raylet_healthz> -> <function HealthzAgent.health_check at 0x71447bbec9a0>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <ResourceRoute [OPTIONS] <PlainResource /api/local_raylet_healthz> -> <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x71447bbfbc50>>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <ResourceRoute [GET] <StaticResource /logs -> PosixPath('/tmp/ray/session_2026-02-27_00-30-26_175126_10593/logs')> -> <bound method StaticResource._handle of <StaticResource /logs -> PosixPath('/tmp/ray/session_2026-02-27_00-30-26_175126_10593/logs')>>
2026-02-27 00:30:33,172 INFO http_server_agent.py:131 -- <ResourceRoute [OPTIONS] <StaticResource /logs -> PosixPath('/tmp/ray/session_2026-02-27_00-30-26_175126_10593/logs')> -> <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x71447bbfbc50>>
2026-02-27 00:30:33,172 INFO http_server_agent.py:132 -- Registered 14 routes.
2026-02-27 00:30:33,175 INFO process_watcher.py:45 -- raylet pid is 11302
2026-02-27 00:30:33,175 INFO process_watcher.py:65 -- check_parent_via_pipe
2026-02-27 00:30:33,175 INFO event_utils.py:130 -- Monitor events logs modified after 1772150432.7741392 on /tmp/ray/session_2026-02-27_00-30-26_175126_10593/logs/events, the source types are all.
2026-02-27 00:30:33,200 INFO gpu_providers.py:500 -- Using GPU Provider: NvidiaGpuProvider