[
https://issues.apache.org/jira/browse/BEAM-7368?focusedWorklogId=256006&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-256006
]
ASF GitHub Bot logged work on BEAM-7368:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jun/19 15:59
Start Date: 07/Jun/19 15:59
Worklog Time Spent: 10m
Work Description: mxm commented on pull request #8636: [BEAM-7368] Flink
+ Python + gbk load test
URL: https://github.com/apache/beam/pull/8636#discussion_r291655619
##########
File path: .test-infra/dataproc/create_flink_cluster.sh
##########
@@ -57,6 +59,10 @@
DOCKER_INIT="$GCS_BUCKET/$INIT_ACTIONS_FOLDER_NAME/docker.sh"
# Flink properties
FLINK_LOCAL_PORT=8081
+
+# By default each taskmanager has one slot - use that value to avoid sharing
SDK Harness by multiple tasks.
+FLINK_TASKMANAGER_SLOTS="${FLINK_TASKMANAGER_SLOTS:=1}"
Review comment:
What parallelism do you use? Generally, the total number of task slots needs
to match the parallelism.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 256006)
Time Spent: 9h (was: 8h 50m)
> Run Python GBK load tests on portable Flink runner
> --------------------------------------------------
>
> Key: BEAM-7368
> URL: https://issues.apache.org/jira/browse/BEAM-7368
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Lukasz Gajowy
> Assignee: Lukasz Gajowy
> Priority: Major
> Time Spent: 9h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)