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

ra-tls-grpc #265

Closed
reclock opened this issue Jan 4, 2024 · 3 comments
Closed

ra-tls-grpc #265

reclock opened this issue Jan 4, 2024 · 3 comments

Comments

@reclock
Copy link

reclock commented Jan 4, 2024

When I start the GRPC server, the following error occurs:

E0104 11:17:52.048905000 1 socket_utils_common_posix.cc:223] check for SO_REUSEPORT: {"created":"@1704367072.048218000","description":"Protocol not available","errno":92,"file":"src/core/lib/iomgr/socket_utils_common_posix.cc","file_line":202,"os_error":"Protocol not available","syscall":"getsockopt(SO_REUSEPORT)"}
[P1:T1:python3.8] error: bind: invalid handle returned

Do you know if this error will affect the establishment of the GRPC network

@reclock
Copy link
Author

reclock commented Jan 4, 2024

I am an example running within a Docker container

@BuJianlin
Copy link
Contributor

BuJianlin commented Jan 26, 2024

When I start the GRPC server, the following error occurs:

E0104 11:17:52.048905000 1 socket_utils_common_posix.cc:223] check for SO_REUSEPORT: {"created":"@1704367072.048218000","description":"Protocol not available","errno":92,"file":"src/core/lib/iomgr/socket_utils_common_posix.cc","file_line":202,"os_error":"Protocol not available","syscall":"getsockopt(SO_REUSEPORT)"} [P1:T1:python3.8] error: bind: invalid handle returned

Do you know if this error will affect the establishment of the GRPC network

Run with gramine?
Perhaps the server is running twice on the same port, and gramine does not support "SO_REUSEPORT".

Check this gramineproject/gramine#763 for detail.

@RodgerZhu
Copy link
Contributor

No comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants