[
https://issues.apache.org/jira/browse/BEAM-14177?focusedWorklogId=748092&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-748092
]
ASF GitHub Bot logged work on BEAM-14177:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Mar/22 00:02
Start Date: 26/Mar/22 00:02
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #17184:
URL: https://github.com/apache/beam/pull/17184#issuecomment-1079524716
Run Java PreCommit
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 748092)
Time Spent: 1h 10m (was: 1h)
> GroupByKey iteration caching broken for portable runners like Dataflow runner
> v2
> --------------------------------------------------------------------------------
>
> Key: BEAM-14177
> URL: https://issues.apache.org/jira/browse/BEAM-14177
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-harness
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: P2
> Fix For: 2.38.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The wrong cache key is being used as it has not been namespaced to the state
> key.
> This was previously being done within StateFetchingIterators but
> https://github.com/apache/beam/pull/17121 changed that to use a single shared
> key.
> The fix is to subcache the cache before passing it into
> StateFetchingIterators restoring the prior behavior.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)