[ https://issues.apache.org/jira/browse/BEAM-13263?focusedWorklogId=695374&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-695374 ]
ASF GitHub Bot logged work on BEAM-13263: ----------------------------------------- Author: ASF GitHub Bot Created on: 13/Dec/21 21:32 Start Date: 13/Dec/21 21:32 Worklog Time Spent: 10m Work Description: reuvenlax commented on a change in pull request #15994: URL: https://github.com/apache/beam/pull/15994#discussion_r768137879 ########## File path: runners/flink/src/main/java/org/apache/beam/runners/flink/translation/wrappers/streaming/state/FlinkStateInternals.java ########## @@ -215,6 +216,22 @@ public void clearGlobalState() { } } + public List<ByteBuffer> getGlobalWindowStateKeys() { Review comment: ok, it sounds like the simplest approach for now is to continue the current approach of deduplicating? (FYI this codepath here is specifically for the global window, so there will be no GC timer state) -- 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. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 695374) Time Spent: 4h 50m (was: 4h 40m) > Support OnWindowExpiration in Flink runner > ------------------------------------------ > > Key: BEAM-13263 > URL: https://issues.apache.org/jira/browse/BEAM-13263 > Project: Beam > Issue Type: New Feature > Components: runner-flink > Reporter: Reuven Lax > Priority: P2 > Time Spent: 4h 50m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.1#820001)