[
https://issues.apache.org/jira/browse/BEAM-6778?focusedWorklogId=213143&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-213143
]
ASF GitHub Bot logged work on BEAM-6778:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Mar/19 14:23
Start Date: 14/Mar/19 14:23
Worklog Time Spent: 10m
Work Description: robertwb commented on pull request #7937: [BEAM-6778]
Enable Bundle Finalization in Python SDK harness over FnApi
URL: https://github.com/apache/beam/pull/7937#discussion_r265582615
##########
File path: sdks/python/apache_beam/runners/worker/sdk_worker.py
##########
@@ -362,6 +384,9 @@ def maybe_profile(self, instruction_id):
else:
yield
+ def has_active_processors(self):
Review comment:
This isn't correct, as bundle_processor_cache is shared. Hopefully we don't
need it though.
----------------------------------------------------------------
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: 213143)
Time Spent: 2.5h (was: 2h 20m)
> Enable Bundle Finalization in Python SDK
> ----------------------------------------
>
> Key: BEAM-6778
> URL: https://issues.apache.org/jira/browse/BEAM-6778
> Project: Beam
> Issue Type: New Feature
> Components: sdk-py-harness
> Reporter: Boyuan Zhang
> Assignee: Boyuan Zhang
> Priority: Major
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)