y1chi commented on a change in pull request #13928:
URL: https://github.com/apache/beam/pull/13928#discussion_r572501594
##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -144,7 +144,7 @@ def runnerV2PipelineOptions = [
"--region=${dataflowRegion}",
"--tempRoot=${dataflowValidatesTempRoot}",
"--workerHarnessContainerImage=${dockerImageContainer}:${dockerTag}",
- "--experiments=beam_fn_api,use_unified_worker,use_runner_v2",
+
"--experiments=beam_fn_api,use_unified_worker,use_runner_v2,shuffle_mode=appliance",
Review comment:
it seems that there's some sharding logic misconfiguration with
shuffle_mode=service when using runner v2, the issue is tracked internally with
b/179694817
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]