[ 
https://issues.apache.org/jira/browse/BEAM-8157?focusedWorklogId=308322&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308322
 ]

ASF GitHub Bot logged work on BEAM-8157:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Sep/19 08:27
            Start Date: 07/Sep/19 08:27
    Worklog Time Spent: 10m 
      Work Description: mxm commented on issue #9484: [BEAM-8157] Remove length 
prefix from state key for Flink's state backend
URL: https://github.com/apache/beam/pull/9484#issuecomment-529086661
 
 
   Thanks for testing. I've pushed an update. It was wrong to assume we could 
simply strip the length prefix from the ByteBuffer, as it simply holds whatever 
bytes the original coder produced. We need to perform an encoding round-trip to 
recover the original key in `OUTER` encoding.
   
   @tweise Could you please test again with the new update? 
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 308322)
    Time Spent: 2h 40m  (was: 2.5h)

> Flink state requests return wrong state in timers when encoded key is 
> length-prefixed
> -------------------------------------------------------------------------------------
>
>                 Key: BEAM-8157
>                 URL: https://issues.apache.org/jira/browse/BEAM-8157
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>    Affects Versions: 2.13.0
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: Major
>             Fix For: 2.16.0
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Due to multiple changes made in BEAM-7126, the Flink internal key encoding is 
> broken when the key is encoded with a length prefix. The Flink runner 
> requires the internal key to be encoded without a length prefix. 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to