You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kyle Weaver (Jira)" <ji...@apache.org> on 2021/01/15 23:29:00 UTC

[jira] [Updated] (BEAM-11646) beam_PostCommit_XVR_Spark failing

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

Kyle Weaver updated BEAM-11646:
-------------------------------
    Labels: portability-spark test-failure  (was: portability-spark)

> beam_PostCommit_XVR_Spark failing
> ---------------------------------
>
>                 Key: BEAM-11646
>                 URL: https://issues.apache.org/jira/browse/BEAM-11646
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-spark
>            Reporter: Kyle Weaver
>            Priority: P1
>              Labels: portability-spark, test-failure
>
> All 10 tests in :runners:spark:job-server:validatesCrossLanguageRunnerPythonUsingPython failed, and 1 test in  :runners:spark:job-server:validatesCrossLanguageRunnerPythonUsingSql failed.
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Spark/src/sdks/python/apache_beam/io/external/xlang_parquetio_test.py", line 68, in test_xlang_parquetio_write
>     address)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Spark/src/sdks/python/apache_beam/pvalue.py", line 141, in __or__
>     return self.pipeline.apply(ptransform, self)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Spark/src/sdks/python/apache_beam/pipeline.py", line 689, in apply
>     pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Spark/src/sdks/python/apache_beam/runners/runner.py", line 188, in apply
>     return m(transform, input, options)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Spark/src/sdks/python/apache_beam/runners/runner.py", line 218, in apply_PTransform
>     return transform.expand(input)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Spark/src/sdks/python/apache_beam/transforms/external.py", line 316, in expand
>     response = service.Expand(request)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Spark/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py", line 923, in __call__
>     return _end_unary_response_blocking(state, call, False, None)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Spark/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py", line 826, in _end_unary_response_blocking
>     raise _InactiveRpcError(state)
> grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
>         status = StatusCode.UNAVAILABLE
>         details = "failed to connect to all addresses"
>         debug_error_string = "{"created":"@1610735332.210986570","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":4142,"referenced_errors":[{"created":"@1610735332.210983119","descripti
> on":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":397,"grpc_status":14}]}"
> >



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