[
https://issues.apache.org/jira/browse/BEAM-8412?focusedWorklogId=330200&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-330200
]
ASF GitHub Bot logged work on BEAM-8412:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Oct/19 23:39
Start Date: 17/Oct/19 23:39
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #9817:
[BEAM-8412] xlang test: set sdk worker parallelism to 1
URL: https://github.com/apache/beam/pull/9817#discussion_r336270269
##########
File path: sdks/python/test-suites/portable/py2/build.gradle
##########
@@ -128,6 +128,7 @@ task crossLanguagePortableWordCount {
"--shutdown_sources_on_final_watermark",
"--environment_cache_millis=10000",
"--expansion_service_jar=${testServiceExpansionJar}",
+ "--sdk_worker_parallelism=1"
Review comment:
+1 for fixing Python SDK's default value instead of here. BTW does this mean
that Flink's cross-language implementation is somehow broken when there is more
than one worker process per worker node ?
cc: @mxm
----------------------------------------------------------------
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: 330200)
Time Spent: 1h 10m (was: 1h)
> Py2 post-commit test crossLanguagePortableWordCount failing
> ------------------------------------------------------------
>
> Key: BEAM-8412
> URL: https://issues.apache.org/jira/browse/BEAM-8412
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-harness, test-failures
> Reporter: Ahmet Altay
> Assignee: Chamikara Madhusanka Jayalath
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Error is: 13:09:02 RuntimeError: IOError: [Errno 2] No such file or
> directory:
> '/tmp/beam-temp-py-wordcount-portable-67ce50e0eebe11e9892842010a80009c/fe77e28c-2e44-4914-8460-76ab4dbb8579.py-wordcount-portable'
> [while running 'write/Write/WriteImpl/WriteBundles']
> Log:
> https://builds.apache.org/view/A-D/view/Beam/view/All/job/beam_PostCommit_Python2/706/consoleFull
> Last passing run was 705. Between 705 and 706 the change is
> (https://builds.apache.org/view/A-D/view/Beam/view/All/job/beam_PostCommit_Python2/706/)
> : https://github.com/apache/beam/pull/9785 -- Although this PR looks
> unrelated.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)