[
https://issues.apache.org/jira/browse/BEAM-11952?focusedWorklogId=564296&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-564296
]
ASF GitHub Bot logged work on BEAM-11952:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Mar/21 04:47
Start Date: 11/Mar/21 04:47
Worklog Time Spent: 10m
Work Description: boyuanzz merged pull request #14182:
URL: https://github.com/apache/beam/pull/14182
----------------------------------------------------------------
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: 564296)
Time Spent: 1h 50m (was: 1h 40m)
> WindowMergingFnRunner unnecessarily keeps previous merged results
> -----------------------------------------------------------------
>
> Key: BEAM-11952
> URL: https://issues.apache.org/jira/browse/BEAM-11952
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-harness
> Reporter: Yichi Zhang
> Priority: P2
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> For example:
> Using session(5), first merge window fn invocation of [1, 5) and [2, 6) will
> send back the merge result [1, 6): \{[1, 5), [2,6)}, this result will be
> processed by runner and the runner could have cleaned up [1, 5) and [2, 6).
> Then the second invocation of [10, 15) and [11, 16) comes, instead of just
> sending back the result for this invocation [10, 16) : \{[10, 15), [11, 16)}
> the SDK harness will also send back previous result due to the merged widnows
> not being cleaned up on each invocation.
> This will be a memory leak and will also cause runner to deal with invalid
> result from the merge window fn request.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)