tvalentyn commented on a change in pull request #13986:
URL: https://github.com/apache/beam/pull/13986#discussion_r835687617
##########
File path: .test-infra/jenkins/job_LoadTests_ParDo_Python.groovy
##########
@@ -131,7 +131,8 @@ def addStreamingOptions(test) {
// Use the new Dataflow runner, which offers improved efficiency of
Dataflow jobs.
// See
https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#dataflow-runner-v2
// for more details.
- experiments: 'use_runner_v2',
+ // TODO(BEAM-11779) remove shuffle_mode=appliance with runner v2 once
issue is resolved.
+ experiments: 'use_runner_v2, shuffle_mode=appliance',
Review comment:
this has no effect as it should be a separate experiment. should this
change be reverted now in it's entirety?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]