-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRPC_LINUX_EPOLL is not defined #4650
Comments
@arindamchoudhury Thanks for reporting. These are not a sign of any error, just stray logging statements that "escape" from the I am going to close this issue, since there isn't anything we can do in |
@dhermes I think the grpc team fixed that bug. Are you able to update this package with a fix? |
@nickatnight Could you submit a PR which bumps the dependency to |
@nickatnight If you want a fix, simply This is only a stray logging message, not a sign of any bug, so there is no need to release a fix that requires |
Hi,
I am using
google-cloud-pubsub==0.30.0
grpcio==1.8.2
Whenever I instanciate a PublisherClient, I am getting these messages:
E1221 13:17:26.610316777 9 ev_epollex_linux.cc:1482] Skipping epollex becuase GRPC_LINUX_EPOLL is not defined.
E1221 13:17:26.610714403 9 ev_epoll1_linux.cc:1261] Skipping epoll1 becuase GRPC_LINUX_EPOLL is not defined.
E1221 13:17:26.610820117 9 ev_epollsig_linux.cc:1761] Skipping epollsig becuase GRPC_LINUX_EPOLL is not defined.
Thanks,
The text was updated successfully, but these errors were encountered: