[
https://issues.apache.org/jira/browse/BEAM-9761?focusedWorklogId=426986&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-426986
]
ASF GitHub Bot logged work on BEAM-9761:
----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Apr/20 14:34
Start Date: 24/Apr/20 14:34
Worklog Time Spent: 10m
Work Description: kamilwu commented on pull request #11519:
URL: https://github.com/apache/beam/pull/11519#issuecomment-619048225
R: @pawelpasterz
cc: @kennknowles
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 426986)
Time Spent: 20m (was: 10m)
> 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
> Priority: Critical
> Labels: currently-failing
> Time Spent: 20m
> Remaining Estimate: 0h
>
> [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)