You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Maximilian Michels (JIRA)" <ji...@apache.org> on 2019/01/14 17:40:00 UTC

[jira] [Resolved] (BEAM-6321) flinkCompatibilityMatrixBatchDOCKER out of memory

     [ https://issues.apache.org/jira/browse/BEAM-6321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maximilian Michels resolved BEAM-6321.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: Not applicable

Should be fixed by https://github.com/apache/beam/pull/7483

CC [~robertwb]

> flinkCompatibilityMatrixBatchDOCKER out of memory
> -------------------------------------------------
>
>                 Key: BEAM-6321
>                 URL: https://issues.apache.org/jira/browse/BEAM-6321
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>            Reporter: Andrew Pilloud
>            Priority: Major
>             Fix For: Not applicable
>
>
> https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink/1156/
> https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink/1158/
> {code}
> 02:48:35 #
> 02:48:35 # There is insufficient memory for the Java Runtime Environment to continue.
> 02:48:35 # Native memory allocation (mmap) failed to map 5019009024 bytes for committing reserved memory.
> 02:48:35 # An error report file with more information is saved as:
> 02:48:35 # /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_VR_Flink/src/sdks/python/hs_err_pid21225.log
> 02:48:37 Exception in thread wait_until_finish_read:
> 02:48:37 Traceback (most recent call last):
> 02:48:37   File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
> 02:48:37     self.run()
> 02:48:37   File "/usr/lib/python2.7/threading.py", line 754, in run
> 02:48:37     self.__target(*self.__args, **self.__kwargs)
> 02:48:37   File "apache_beam/runners/portability/portable_runner.py", line 285, in read_messages
> 02:48:37     beam_job_api_pb2.JobMessagesRequest(job_id=self._job_id)):
> 02:48:37   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_VR_Flink/src/build/gradleenv/1327086738/local/lib/python2.7/site-packages/grpc/_channel.py", line 366, in next
> 02:48:37     return self._next()
> 02:48:37   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_VR_Flink/src/build/gradleenv/1327086738/local/lib/python2.7/site-packages/grpc/_channel.py", line 357, in _next
> 02:48:37     raise self
> 02:48:37 _Rendezvous: <_Rendezvous of RPC that terminated with:
> 02:48:37 	status = StatusCode.UNAVAILABLE
> 02:48:37 	details = "Socket closed"
> 02:48:37 	debug_error_string = "{"created":"@1545821317.301500173","description":"Error received from peer","file":"src/core/lib/surface/call.cc","file_line":1036,"grpc_message":"Socket closed","grpc_status":14}"
> 02:48:37 >
> 02:48:37 E
> 02:48:37 INFO:root:Using latest locally built Python SDK docker image.
> 04:18:29 Build timed out (after 100 minutes). Marking the build as aborted.
> 04:18:30 Build was aborted
> 04:18:30 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)