[
https://issues.apache.org/jira/browse/BEAM-7368?focusedWorklogId=255986&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-255986
]
ASF GitHub Bot logged work on BEAM-7368:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jun/19 15:29
Start Date: 07/Jun/19 15:29
Worklog Time Spent: 10m
Work Description: lgajowy commented on pull request #8636: [BEAM-7368]
Flink + Python + gbk load test
URL: https://github.com/apache/beam/pull/8636#discussion_r291643798
##########
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:
More importantly, how can I determine how many workers with one slots should
I have to succeed? Or maybe (for some reason) we cannot have 1 slot per worker?
🤔
----------------------------------------------------------------
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: 255986)
Time Spent: 8h 40m (was: 8.5h)
> 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: 8h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)