Skip to content

[Bug] many_drivers failed  #22238

@rkooo567

Description

@rkooo567

Search before asking

  • I searched the issues and found no similar issues.

Ray Component

Ray Core

What happened + What you expected to happen

many_drivers test is failing with the following error messages;

(pid=1042) [2022-02-08 10:16:54,601 E 1042 1248] core_worker_process.cc:347: The global worker has already been shutdown. This happens when the language frontend accesses the Ray's worker after it is shutdown. The process will exit
Traceback (most recent call last):
  File "workloads/many_drivers.py", line 124, in <module>
    ray.get(ready_id)
  File "/home/ray/anaconda3/lib/python3.7/site-packages/ray/_private/client_mode_hook.py", line 105, in wrapper
    return func(*args, **kwargs)
  File "/home/ray/anaconda3/lib/python3.7/site-packages/ray/worker.py", line 1934, in get
    raise value.as_instanceof_cause()
ray.exceptions.RayTaskError(UnicodeDecodeError): ray::run_driver() (pid=1044, ip=172.31.86.142)
  File "workloads/many_drivers.py", line 92, in run_driver
    output = run_string_as_driver(driver_script)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 421: ordinal not in range(128)

I am taking a look at it now.

Versions / Dependencies

Master

Reproduction script

N/A

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

Labels

P0Issues that should be fixed in short orderbugSomething 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