Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-12480

beam_PostCommit_XVR_Dataflow suite is flaky

Details

    • Bug
    • Status: Resolved
    • P2
    • Resolution: Duplicate
    • None
    • Missing
    • cross-language

    Description

      Suite often fails with errors like:

      apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest.test_cogroup_by_key (from nosetests)
      
      Failing for the past 1 build (Since Failed#822 )
      Took 0.28 sec.
      Error Message
      <_InactiveRpcError of RPC that terminated with:
      	status = StatusCode.UNIMPLEMENTED
      	details = "Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand"
      	debug_error_string = "{"created":"@1623413977.079858769","description":"Error received from peer ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1066,"grpc_message":"Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}"
      >
      Stacktrace
      Traceback (most recent call last):
        File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
          yield
        File "/usr/lib/python3.6/unittest/case.py", line 605, in run
          testMethod()
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py", line 266, in test_cogroup_by_key
          test_pipeline or self.create_pipeline())
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py", line 163, in run_cogroup_by_key
          | beam.Map(lambda x: "{}:{}".format(x[0], ','.join(sorted(x[1])))))
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/sdks/python/apache_beam/transforms/ptransform.py", line 601, in __ror__
          result = p.apply(self, pvalueish, label)
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/sdks/python/apache_beam/pipeline.py", line 694, in apply
          pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py", line 141, in apply
          return super(DataflowRunner, self).apply(transform, input, options)
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/sdks/python/apache_beam/runners/runner.py", line 185, in apply
          return m(transform, input, options)
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/sdks/python/apache_beam/runners/runner.py", line 215, in apply_PTransform
          return transform.expand(input)
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/sdks/python/apache_beam/transforms/external.py", line 295, in expand
          response = service.Expand(request)
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py", line 946, in __call__
          return _end_unary_response_blocking(state, call, False, None)
        File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Dataflow/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking
          raise _InactiveRpcError(state)
      grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
      	status = StatusCode.UNIMPLEMENTED
      	details = "Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand"
      	debug_error_string = "{"created":"@1623413977.079858769","description":"Error received from peer ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1066,"grpc_message":"Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}"
      >
      

      Attachments

        Issue Links

          Activity

            People

              heejong Heejong Lee
              tvalentyn Valentyn Tymofieiev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: