[
https://issues.apache.org/jira/browse/BEAM-10887?focusedWorklogId=612918&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-612918
]
ASF GitHub Bot logged work on BEAM-10887:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jun/21 00:14
Start Date: 22/Jun/21 00:14
Worklog Time Spent: 10m
Work Description: reuvenlax commented on pull request #15056:
URL: https://github.com/apache/beam/pull/15056#issuecomment-865429024
This is an attempt to revive @boyuanzz 's previous PR, adding Timer.clear().
@lukecwik had some semantic questions - I believe at this point the behavior of
timers overridden in the same bundle has been well discussed, and the desire is
for the override to win. Users should not need to know about how
elements/timers are bundled in order to use them. (NB: the correct behavior is
currently broken for the Dataflow runner - there was an attempt to fix it last
year, but that PR was rolled back and never resubmitted).
--
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: 612918)
Time Spent: 2.5h (was: 2h 20m)
> FnApiTimer should expose clear() API
> ------------------------------------
>
> Key: BEAM-10887
> URL: https://issues.apache.org/jira/browse/BEAM-10887
> Project: Beam
> Issue Type: New Feature
> Components: beam-model, sdk-java-core
> Reporter: Boyuan Zhang
> Priority: P3
> Labels: Clarified
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Similar to python
> OutputTimer.clear():https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/worker/bundle_processor.py#L661,
> Java FnApiTimer should also expose clear() API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)