ray icon indicating copy to clipboard operation
ray copied to clipboard

[Tracing] Enabling tracing breaks `remote` calls in Ray

Open alexeykudinkin opened this issue 1 year ago • 0 comments

What happened + What you expected to happen

Specifying --tracing-startup-hook seem to break our application w/ a following exception (stream is our actor's method):

TypeError: stream() got an unexpected keyword argument '_ray_trace_ctx'

Versions / Dependencies

2.9

Reproduction script

Just enable tracing with --tracing-startup-hook

Issue Severity

High: It blocks me from completing my task.

alexeykudinkin avatar Jan 13 '24 06:01 alexeykudinkin