Udi Meiri created BEAM-9028:
-------------------------------
Summary: bigquery_read_it_test.ReadTests.test_iobase_source: grpc
error
Key: BEAM-9028
URL: https://issues.apache.org/jira/browse/BEAM-9028
Project: Beam
Issue Type: Bug
Components: io-py-gcp
Reporter: Udi Meiri
Assignee: Kamil Wasilewski
It's not clear what the root cause is (there's also a "cannot allocate memory"
error message).
{code}
14:16:06 ERROR: test_iobase_source
(apache_beam.io.gcp.bigquery_read_it_test.ReadTests)
14:16:06 ----------------------------------------------------------------------
14:16:06 Traceback (most recent call last):
14:16:06 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py",
line 154, in test_iobase_source
14:16:06 assert_that(result, equal_to(self.TABLE_DATA))
14:16:06 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/pipeline.py",
line 480, in __exit__
14:16:06 self.run().wait_until_finish()
14:16:06 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/pipeline.py",
line 460, in run
14:16:06 self._options).run(False)
14:16:06 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/pipeline.py",
line 473, in run
14:16:06 return self.runner.run_pipeline(self, self._options)
14:16:06 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/runners/portability/flink_runner.py",
line 45, in run_pipeline
14:16:06 return super(FlinkRunner, self).run_pipeline(pipeline, options)
14:16:06 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/runners/portability/portable_runner.py",
line 330, in run_pipeline
14:16:06 result.wait_until_finish()
14:16:06 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/runners/portability/portable_runner.py",
line 438, in wait_until_finish
14:16:06 for state_response in self._state_stream:
14:16:06 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/2022703441/lib/python3.7/site-packages/grpc/_channel.py",
line 416, in __next__
14:16:06 return self._next()
14:16:06 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/2022703441/lib/python3.7/site-packages/grpc/_channel.py",
line 703, in _next
14:16:06 raise self
14:16:06 grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of
RPC that terminated with:
14:16:06 status = StatusCode.UNAVAILABLE
14:16:06 details = "Socket closed"
14:16:06 debug_error_string =
"{"created":"@1577139361.436477926","description":"Error received from peer
ipv4:127.0.0.1:51557","file":"src/core/lib/surface/call.cc","file_line":1056,"grpc_message":"Socket
closed","grpc_status":14}"
14:16:06 >
{code}
https://builds.apache.org/job/beam_PostCommit_Python37/1210/timestamps/?time=HH:mm:ss&timeZone=GMT-8&appendLog&locale=en_US
--
This message was sent by Atlassian Jira
(v8.3.4#803005)