Ryan Williams created BEAM-4800:
-----------------------------------
Summary: PutArtifactResponse not sent
Key: BEAM-4800
URL: https://issues.apache.org/jira/browse/BEAM-4800
Project: Beam
Issue Type: Bug
Components: runner-flink
Affects Versions: Not applicable
Reporter: Ryan Williams
Assignee: Ryan Williams
At time of writing, running portable wordcount fails:
{code:java}
./gradlew -p sdks/python/container docker
./gradlew :beam-runners-flink_2.11-job-server:runShadow
./gradlew :beam-sdks-python:portableWordCount{code}
Relevant job-server output:
{code:java}
[grpc-default-executor-4] INFO
org.apache.beam.runners.fnexecution.artifact.BeamFileSystemArtifactStagingService
- Going to stage artifact pickled_main_session to
/tmp/flink-artifacts/job_89b631dc-1b97-419f-8995-f3fb5ea3f9df/artifacts/artifact_ea0d10d07f4601782ed647e8f6ba4a055be13674ab79fa0c6e2fa44917c5264c.
[grpc-default-executor-4] INFO
org.apache.beam.runners.fnexecution.artifact.BeamFileSystemArtifactStagingService
- Staging artifact completed for
/tmp/flink-artifacts/job_89b631dc-1b97-419f-8995-f3fb5ea3f9df/artifacts/artifact_ea0d10d07f4601782ed647e8f6ba4a055be13674ab79fa0c6e2fa44917c5264c
Jul 15, 2018 7:01:25 PM
org.apache.beam.vendor.grpc.v1.io.grpc.internal.ServerCallImpl internalClose
WARNING: Cancelling the stream with status Status{code=INTERNAL,
description=Completed without a response, cause=null}{code}
A {{PutArtifactResponse}} needs to be sent in response to a
{{PutArtifactRequest}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)