Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gRPC Python 1.6.0 Library Incompatibility with fork() #12455

Copy link
Copy link
@akashgangil

Description

@akashgangil
Issue body actions

Please answer these questions before submitting your issue.

Should this be an issue in the gRPC issue tracker?

Create new issues for bugs and feature requests. An issue needs to be actionable. General gRPC discussions and usage questions belong to:

Please don't double post your questions in more locations; we are monitoring both channels, and the time spent de-duplicating questions is better spent answering more user questions.

What version of gRPC and what language are you using?

1.6.0

What operating system (Linux, Windows, …) and version?

Linux

What runtime / compiler are you using (e.g. python version or version of gcc)

python3.4

What did you do?

If possible, provide a recipe for reproducing the error. Try being specific and include code snippets if helpful.
Run the hello world python grpc server and a python client

What did you expect to see?

Successful response from the server

What did you see instead?

2017-09-08 04:22:21,853 ERROR:Unable to connect to server
Traceback (most recent call last):
File "bazel-out/local-fastbuild/bin/server/tmp_pyc/server.py", line 414, in getValue
File "/usr/local/lib/python3.4/dist-packages/grpc/_channel.py", line 492, in call
return _end_unary_response_blocking(state, call, False, deadline)
File "/usr/local/lib/python3.4/dist-packages/grpc/_channel.py", line 440, in _end_unary_response_blocking
raise _Rendezvous(state, None, None, deadline)
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNAVAILABLE, Endpoint read failed)>

Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
This exact same client and server work with 1.4.0

Anything else we should know about your project / environment?

speedplane, sashabaranov and remram44

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.