You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/04/12 20:34:00 UTC

[jira] [Work logged] (BEAM-13920) Beam x-lang Dataflow tests failing due to _InactiveRpcError

     [ https://issues.apache.org/jira/browse/BEAM-13920?focusedWorklogId=756021&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-756021 ]

ASF GitHub Bot logged work on BEAM-13920:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Apr/22 20:33
            Start Date: 12/Apr/22 20:33
    Worklog Time Spent: 10m 
      Work Description: ihji closed pull request #16854: [BEAM-13920] Beam x-lang Dataflow tests failing due to _InactiveRpcError
URL: https://github.com/apache/beam/pull/16854




Issue Time Tracking
-------------------

    Worklog Id:     (was: 756021)
    Time Spent: 5.5h  (was: 5h 20m)

> Beam x-lang Dataflow tests failing due to _InactiveRpcError
> -----------------------------------------------------------
>
>                 Key: BEAM-13920
>                 URL: https://issues.apache.org/jira/browse/BEAM-13920
>             Project: Beam
>          Issue Type: Bug
>          Components: cross-language, test-failures
>            Reporter: Chamikara Madhusanka Jayalath
>            Priority: P1
>          Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> For example,
> https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/63/testReport/junit/apache_beam.transforms.validate_runner_xlang_test/ValidateRunnerXlangTest/test_group_by_key/
> Seems like we couldn't startup the expansion service or couldn't connect to it. [~heejong] can you check ?
> state = <grpc._channel._RPCState object at 0x7fb730177ba8>
> call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fb730216c08>
> with_call = False, deadline = None
>     def _end_unary_response_blocking(state, call, with_call, deadline):
>         if state.code is grpc.StatusCode.OK:
>             if with_call:
>                 rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
>                 return state.response, rendezvous
>             else:
>                 return state.response
>         else:
> >           raise _InactiveRpcError(state)
> E           grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
> E           	status = StatusCode.UNAVAILABLE
> E           	details = "failed to connect to all addresses"
> E           	debug_error_string = "{"created":"@1644495578.531912291","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1644495578.531910958","description":"failed to connect to all addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"
> E           >



--
This message was sent by Atlassian Jira
(v8.20.1#820001)