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

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

                Author: ASF GitHub Bot
            Created on: 05/Jun/18 17:50
            Start Date: 05/Jun/18 17:50
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on issue #5445: [BEAM-2915] Add 
support for handling bag user state to the java-fn-execution library to support 
runner integration.
URL: https://github.com/apache/beam/pull/5445#issuecomment-394801030
 
 
   I looked at the post shaded beam-model-pipeline proto filedescriptors and it 
turns out that during the shading process, an over eager string replacement 
inside a class is corrupting an internal field, in this case it modifies the 
RunnerApi file descriptor storing 
`org.apache.beam.model.pipeline.v1.AccumulationMode.Enum` and changing it to 
`org.apache.beam.repackaged.beam_runners_direct_java.model.pipeline.v1.AccumulationMode.Enum`
   
   This problem exists because the proto package name and the java package name 
collide and use `org.apache.beam.model.pipeline.v1`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 109148)
    Time Spent: 1h 40m  (was: 1.5h)

> Java SDK support for portable user state
> ----------------------------------------
>
>                 Key: BEAM-2915
>                 URL: https://issues.apache.org/jira/browse/BEAM-2915
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Henning Rohde
>            Assignee: Luke Cwik
>            Priority: Minor
>              Labels: portability
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to