Skip to content

Connecting data channel blocks getting ProcessBundleResponse #20391

@damccorm

Description

@damccorm

In Java runner harness shared library code, the ActivateBundle is returned only when data channel is connected: https://github.com/apache/beam/blob/master/runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/SdkHarnessClient.java#L268-L283. But the SDK can fail the bundle and sent the ProcessBundleResponse with error before registering data channel, e.g, throwing exceptions when creating FnApiDoFnRunner. This results in the runner gets timeout error(https://github.com/apache/beam/blob/master/runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/data/GrpcDataService.java#L182) and doesn't populate possible error in ProcessBundleResponse. We need to find a way to abort sooner and populate correct error message.

Imported from Jira BEAM-10231. Original Jira may contain additional context.
Reported by: boyuanz.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions