marsupialtail commented on issue #13300:
URL: https://github.com/apache/arrow/issues/13300#issuecomment-1145185086
I think I got a stack trace:
task_graph.run()
File "/home/ziheng/quokka-dev/pyquokka/quokka_runtime.py", line 440, in run
finished, unfinished = ray.wait(unfinished, timeout = 1)
File
"/home/ziheng/.local/lib/python3.8/site-packages/ray/_private/client_mode_hook.py",
line 104, in wrapper
return getattr(ray, func.__name__)(*args, **kwargs)
File
"/home/ziheng/.local/lib/python3.8/site-packages/ray/util/client/api.py", line
62, in wait
return self.worker.wait(*args, **kwargs)
File
"/home/ziheng/.local/lib/python3.8/site-packages/ray/util/client/worker.py",
line 530, in wait
resp = self._call_stub("WaitObject", req, metadata=self.metadata)
File
"/home/ziheng/.local/lib/python3.8/site-packages/ray/util/client/worker.py",
line 298, in _call_stub
return getattr(self.server, stub_name)(*args, **kwargs)
File "/home/ziheng/.local/lib/python3.8/site-packages/grpc/_channel.py",
line 944, in __call__
state, call, = self._blocking(request, timeout, metadata, credentials,
File "/home/ziheng/.local/lib/python3.8/site-packages/grpc/_channel.py",
line 933, in _blocking
event = call.next_event()
File "src/python/grpcio/grpc/_cython/_cygrpc/channel.pyx.pxi", line 338,
in grpc._cython.cygrpc.SegregatedCall.next_event
File "src/python/grpcio/grpc/_cython/_cygrpc/channel.pyx.pxi", line 169,
in grpc._cython.cygrpc._next_call_event
File "src/python/grpcio/grpc/_cython/_cygrpc/channel.pyx.pxi", line 163,
in grpc._cython.cygrpc._next_call_event
File "src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pyx.pxi",
line 63, in grpc._cython.cygrpc._latent_event
File "src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pyx.pxi",
line 42, in grpc._cython.cygrpc._next
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]