You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/21 11:55:00 UTC

[jira] [Updated] (FLINK-26775) PyFlink WindowOperator#process_element register wrong cleanup timer

     [ https://issues.apache.org/jira/browse/FLINK-26775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-26775:
-----------------------------------
    Labels: pull-request-available  (was: )

> PyFlink WindowOperator#process_element register wrong cleanup timer
> -------------------------------------------------------------------
>
>                 Key: FLINK-26775
>                 URL: https://issues.apache.org/jira/browse/FLINK-26775
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python
>    Affects Versions: 1.15.0
>            Reporter: Juntao Hu
>            Assignee: Juntao Hu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> In window_operator.py line 378, when dealing with merging window assigner:
> {code:python}
> self.register_cleanup_timer(window)
> {code}
> This should be registering a cleanup timer for `actual_window`, but won't causing window emitting bugs when session window trigger is implemented correctly.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)