Skip to content

Ray error logs should be printed to stdout  #9616

@wuisawesome

Description

@wuisawesome

What is the problem?

c++ errors should be printed to the driver's stdout but aren't.

Reproduction (REQUIRED)

Please provide a script that can be run to reproduce the issue. The script should have no external library dependencies (i.e., use fake or mock data / environments):

Put a RAY_LOG(ERROR) << "dfasdf"; in CoreWorker::ExecuteTask and in NodeManager::HandleWorkerLeaseRequest. Neither will will be printed.

If we cannot run your script, we cannot fix your issue.

  • I have verified my script runs in a clean environment and reproduces the issue.
  • I have verified the issue also occurs with the latest wheels.

Metadata

Metadata

Assignees

Labels

P1Issue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn't

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions