[
https://issues.apache.org/jira/browse/BEAM-9443?focusedWorklogId=420243&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-420243
]
ASF GitHub Bot logged work on BEAM-9443:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/20 14:46
Start Date: 10/Apr/20 14:46
Worklog Time Spent: 10m
Work Description: ibzib commented on pull request #11372: [BEAM-9443]
support direct_num_workers=0
URL: https://github.com/apache/beam/pull/11372#discussion_r406789872
##########
File path: CHANGES.md
##########
@@ -67,6 +67,7 @@
[Ensuring Python Type
Safety](https://beam.apache.org/documentation/sdks/python-type-safety/)
and an upcoming
[blog
post](https://beam.apache.org/blog/python/typing/2020/03/06/python-typing.html).
+* --direct_num_workers=0 is supported for FnApi. It will set the number of
threads/subprocesses to number of cores of the machine executing the
pipeline([BEAM-9443](https://issues.apache.org/jira/browse/BEAM-9443)).
Review comment:
```suggestion
* --direct_num_workers=0 is supported for FnApi runner. It will set the
number of threads/subprocesses to number of cores of the machine executing the
pipeline([BEAM-9443](https://issues.apache.org/jira/browse/BEAM-9443)).
```
----------------------------------------------------------------
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: 420243)
Time Spent: 0.5h (was: 20m)
> support direct_num_workers=0
> -----------------------------
>
> Key: BEAM-9443
> URL: https://issues.apache.org/jira/browse/BEAM-9443
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Hannah Jiang
> Assignee: Hannah Jiang
> Priority: Major
> Fix For: 2.22.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> when direct_num_workers=0, set it to number of cores.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)