You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kamil Wasilewski (Jira)" <ji...@apache.org> on 2020/04/15 13:58:00 UTC

[jira] [Created] (BEAM-9761) GBK and coGBK tests hang after updating Flink version to 1.10

Kamil Wasilewski created BEAM-9761:
--------------------------------------

             Summary: GBK and coGBK tests hang after updating Flink version to 1.10
                 Key: BEAM-9761
                 URL: https://issues.apache.org/jira/browse/BEAM-9761
             Project: Beam
          Issue Type: Bug
          Components: testing
            Reporter: Kamil Wasilewski


[https://builds.apache.org/job/beam_LoadTests_Python_coGBK_Flink_Batch/|https://builds.apache.org/view/A-D/view/Beam/view/All/job/beam_LoadTests_Python_coGBK_Flink_Batch/]

[https://builds.apache.org/job/beam_LoadTests_Python_GBK_Flink_Batch/]

Both tests time out after being run for 4 hours. It might be connected with the following error message that appears in Task Manager's log:
{code:java}
ERROR /usr/local/lib/python2.7/site-packages/apache_beam/runners/worker/data_plane.py:436  - Failed to read inputs in the data plane.
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/apache_beam/runners/worker/data_plane.py", line 431, in _read_inputs
    for elements in elements_iterator:
  File "/usr/local/lib/python2.7/site-packages/grpc/_channel.py", line 391, in next
    return self._next()
  File "/usr/local/lib/python2.7/site-packages/grpc/_channel.py", line 382, in _next
    raise self
_Rendezvous: <_Rendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Connection reset by peer"
	debug_error_string = "{"created":"@1586166206.416290467","description":"Error received from peer ipv6:[::1]:33599","file":"src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"Connection reset by peer","grpc_status":14}"
> Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/apache_beam/runners/worker/data_plane.py", line 431, in _read_inputs
    for elements in elements_iterator:
  File "/usr/local/lib/python2.7/site-packages/grpc/_channel.py", line 391, in next
    return self._next()
  File "/usr/local/lib/python2.7/site-packages/grpc/_channel.py", line 382, in _next
    raise self
_Rendezvous: <_Rendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Connection reset by peer"
	debug_error_string = "{"created":"@1586166206.416290467","description":"Error received from peer ipv6:[::1]:33599","file":"src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"Connection reset by peer","grpc_status":14}"

{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)