You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 17:20:44 UTC

[GitHub] [beam] damccorm opened a new issue, #20427: tests fails on windows - PortableRunnerTestWithSubprocesses causes grpc Deadline Exceeded

damccorm opened a new issue, #20427:
URL: https://github.com/apache/beam/issues/20427

   apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses causes grpc Deadline Exceeded on windows
   
   Link to the github workflow run with mentioned error:
   [https://github.com/TobKed/beam/runs/937577885?check_suite_focus=true](https://github.com/TobKed/beam/runs/937577885?check_suite_focus=true)
   
   partial log:
   
   FsFException in thread wait_until_finish_read:
   
   Traceback (most recent call last):
   
   File "c:\hostedtoolcache\windows\python\3.6.8\x64\lib\threading.py", line 916, in _bootstrap_inner
   
   self.run()
   
   File "c:\hostedtoolcache\windows\python\3.6.8\x64\lib\threading.py", line 864, in run
   
   self._target(*self._args, **self._kwargs)
   
   File "D:\a\beam\beam\sdks\python\apache_beam\runners\portability\portable_runner.py", line 512, in read_messages
   
   for message in self._message_stream:
   
   File "d:\a\beam\beam\sdks\python\target\.tox\py36-win\lib\site-packages\grpc\_channel.py", line 416, in __next__
   
   return self._next()
   
   File "d:\a\beam\beam\sdks\python\target\.tox\py36-win\lib\site-packages\grpc\_channel.py", line 706, in _next
   
   raise self
   
   grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
   
   status = StatusCode.DEADLINE_EXCEEDED
   
   details = "Deadline Exceeded"
   
   debug_error_string = "\{"created":"@1596375957.859000000","description":"Error received from peer ipv6:[::1]:50984","file":"src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"Deadline Exceeded","grpc_status":4}
   
   Imported from Jira [BEAM-10625](https://issues.apache.org/jira/browse/BEAM-10625). Original Jira may contain additional context.
   Reported by: TobKed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] tvalentyn closed issue #20427: tests fails on windows - PortableRunnerTestWithSubprocesses causes grpc Deadline Exceeded

Posted by GitBox <gi...@apache.org>.
tvalentyn closed issue #20427: tests fails on windows - PortableRunnerTestWithSubprocesses causes grpc Deadline Exceeded
URL: https://github.com/apache/beam/issues/20427


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org