Skip to content
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

Closed
arindamchoudhury opened this issue Dec 21, 2017 · 5 comments
Closed

GRPC_LINUX_EPOLL is not defined #4650

arindamchoudhury opened this issue Dec 21, 2017 · 5 comments
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API. grpc

Comments

@arindamchoudhury
Copy link

arindamchoudhury commented Dec 21, 2017

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,

@dhermes
Copy link
Contributor

dhermes commented Dec 21, 2017

@arindamchoudhury Thanks for reporting. These are not a sign of any error, just stray logging statements that "escape" from the grpcio package (which is how our clients "speak gRPC").

I am going to close this issue, since there isn't anything we can do in google-cloud-python. I have filed grpc/grpc#13855 to notify the grpcio team. Feel free to follow that issue and comment there if you like.

@nickatnight
Copy link

@dhermes I think the grpc team fixed that bug. Are you able to update this package with a fix?

@tseaver
Copy link
Contributor

tseaver commented Jan 4, 2018

@nickatnight Could you submit a PR which bumps the dependency to grpcio >= 1.8.3 in api_core/setup.py and core/setup.py?

@dhermes
Copy link
Contributor

dhermes commented Jan 4, 2018

@nickatnight If you want a fix, simply pip install --upgrade 'grpcio >= 1.8.3'.

This is only a stray logging message, not a sign of any bug, so there is no need to release a fix that requires >= 1.8.3 (we currently require >= 1.8.2)

@nickatnight
Copy link

@dhermes @tseaver That's good enough for me 👍 Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. grpc
Projects
None yet
Development

No branches or pull requests

4 participants