[ https://issues.apache.org/jira/browse/BEAM-3645?focusedWorklogId=277469&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-277469 ]
ASF GitHub Bot logged work on BEAM-3645: ---------------------------------------- Author: ASF GitHub Bot Created on: 16/Jul/19 12:39 Start Date: 16/Jul/19 12:39 Worklog Time Spent: 10m Work Description: robertwb commented on pull request #9051: [BEAM-3645] improve test cases for ParallelBundleManager URL: https://github.com/apache/beam/pull/9051#discussion_r303882022 ########## File path: sdks/python/apache_beam/runners/portability/fn_api_runner.py ########## @@ -1518,7 +1518,7 @@ def process_bundle(self, inputs, expected_outputs): self._get_buffer( expected_outputs[output.ptransform_id]).append(output.data) - logging.debug('Wait for the bundle to finish.') + logging.debug('Wait for the bundle to finish(%s).' % process_bundle_id) Review comment: Maybe phrase this as 'Waiting for bundle %s to finish.' % ... ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 277469) Time Spent: 23h (was: 22h 50m) > Support multi-process execution on the FnApiRunner > -------------------------------------------------- > > Key: BEAM-3645 > URL: https://issues.apache.org/jira/browse/BEAM-3645 > Project: Beam > Issue Type: Improvement > Components: sdk-py-core > Affects Versions: 2.2.0, 2.3.0 > Reporter: Charles Chen > Assignee: Hannah Jiang > Priority: Major > Time Spent: 23h > Remaining Estimate: 0h > > https://issues.apache.org/jira/browse/BEAM-3644 gave us a 15x performance > gain over the previous DirectRunner. We can do even better in multi-core > environments by supporting multi-process execution in the FnApiRunner, to > scale past Python GIL limitations. -- This message was sent by Atlassian JIRA (v7.6.14#76016)