Kyle
09/29/2024, 11:58 AM<function model_predict_udf at 0x7f80199e9670> failed when executing on inputs with lengths: (1, 300000)
Is this an OOM?Kyle
09/29/2024, 12:30 PMFile "/home/ray/anaconda3/lib/python3.9/site-packages/ray/_private/worker.py", line 2639, in get
values, debugger_breakpoint = worker.get_objects(object_refs, timeout=timeout)
File "/home/ray/anaconda3/lib/python3.9/site-packages/ray/_private/worker.py", line 864, in get_objects
raise value.as_instanceof_cause()
ray.exceptions.RayTaskError(DaftCoreException): [36mray::ScanWithTask-Project-WriteFile [Stage:1]()
File "/tmp/ray/session_2024-09-29_14-48-32_270438_4696/runtime_resources/pip/6ed82d08d6f74619c74a84ad767ecd74043abeeb/virtualenv/lib/python3.9/site-packages/daft/runners/ray_runner.py", line 494, in single_partition_pipeline
return build_partitions(instruction_stack, partial_metadatas, *inputs)
File "/tmp/ray/session_2024-09-29_14-48-32_270438_4696/runtime_resources/pip/6ed82d08d6f74619c74a84ad767ecd74043abeeb/virtualenv/lib/python3.9/site-packages/daft/runners/ray_runner.py", line 472, in build_partitions
partitions = instruction.run(partitions)
File "/tmp/ray/session_2024-09-29_14-48-32_270438_4696/runtime_resources/pip/6ed82d08d6f74619c74a84ad767ecd74043abeeb/virtualenv/lib/python3.9/site-packages/daft/execution/execution_step.py", line 522, in run
return self._project(inputs)
File "/tmp/ray/session_2024-09-29_14-48-32_270438_4696/runtime_resources/pip/6ed82d08d6f74619c74a84ad767ecd74043abeeb/virtualenv/lib/python3.9/site-packages/daft/execution/execution_step.py", line 526, in _project
return [input.eval_expression_list(self.projection)]
File "/tmp/ray/session_2024-09-29_14-48-32_270438_4696/runtime_resources/pip/6ed82d08d6f74619c74a84ad767ecd74043abeeb/virtualenv/lib/python3.9/site-packages/daft/table/micropartition.py", line 172, in eval_expression_list
return MicroPartition._from_pymicropartition(self._micropartition.eval_expression_list(pyexprs))
daft.exceptions.DaftCoreException: DaftError::External Sender of OneShot Channel Dropped before sending data over: channel closedjay
09/29/2024, 4:48 PMKyle
09/29/2024, 11:32 PMKyle
09/30/2024, 1:13 AMAttributeError: 'NoneType' object has no attribute 'find'
but the error doesn't seem to show up in the main ray dashboard logsKyle
09/30/2024, 1:13 AMjay
09/30/2024, 1:25 AMUser defined function failed…
Do you not see that if you scroll up on that message? It could be that Ray breaks the error lineage for some reason hmm.jay
09/30/2024, 1:25 AM