Skip to content

[core] Ray status doesn't show source location where the error happens #51667

@dentiny

Description

@dentiny

Description

Suppose we have function call chain:
func1 -> func2 -> func3
(-> means invokes)

If

  • an error status happens in func3 and propagates to func1
  • the error status is checked with RAY_CHECK_OK at func1

The source location information we get is func1 but not func3.

Use case

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Issue that should be fixed within a few weekscommunity-backlogcoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions