Issue observed on multiple macOS versions as well as within Ubuntu based docker containers. We have been testing with the python:3.8.6-slim-buster image.
No issies.
2021-01-27 09:33:56,937 ERROR [asyncio] [thread_0] Exception in callback PollerCompletionQueue._handle_events()()
handle: )()>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "src/python/grpcio/grpc/_cython/_cygrpc/aio/completion_queue.pyx.pxi", line 147, in grpc._cython.cygrpc.PollerCompletionQueue._handle_events
BlockingIOError: [Errno 11] Resource temporarily unavailable
2021-01-27 09:33:56,937 ERROR [asyncio] [thread_1] Exception in callback PollerCompletionQueue._handle_events()()
handle: )()>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "src/python/grpcio/grpc/_cython/_cygrpc/aio/completion_queue.pyx.pxi", line 147, in grpc._cython.cygrpc.PollerCompletionQueue._handle_events
BlockingIOError: [Errno 11] Resource temporarily unavailable
This issue was created at the request of @lidizheng on a stackoverflow post.
What version of gRPC and what language are you using?
3.8.61.35.0What operating system (Linux, Windows,...) and version?
Issue observed on multiple macOS versions as well as within Ubuntu based docker containers. We have been testing with the
python:3.8.6-slim-busterimage.What runtime / compiler are you using (e.g. python version or version of gcc)
Python version:
3.8.6What did you do?
What did you expect to see?
No issies.
What did you see instead?
A stream of the following errors:
Anything else we should know about your project / environment?