You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/12/01 11:13:00 UTC

[jira] [Work logged] (BEAM-13341) Serialization of AvroCoder for dataflow workers discard reflect option

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

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

                Author: ASF GitHub Bot
            Created on: 01/Dec/21 11:12
            Start Date: 01/Dec/21 11:12
    Worklog Time Spent: 10m 
      Work Description: RustedBones commented on pull request #16080:
URL: https://github.com/apache/beam/pull/16080#issuecomment-983535389


   Failing test is passing on my local setup. Jenkins failed with
   > Error Message
   > org.junit.runners.model.TestTimedOutException: test timed out after 6000 milliseconds
   Is it a flaky test? Can this be re-triggered ? 


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

    Worklog Id:     (was: 688586)
    Time Spent: 0.5h  (was: 20m)

> Serialization of AvroCoder for dataflow workers discard reflect option
> ----------------------------------------------------------------------
>
>                 Key: BEAM-13341
>                 URL: https://issues.apache.org/jira/browse/BEAM-13341
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow
>    Affects Versions: 2.34.0
>            Reporter: Michel Davit
>            Priority: P3
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> [AvroCoderCloudObjectTranslator|https://github.com/apache/beam/blob/master/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/util/AvroCoderCloudObjectTranslator.java]  used to serialize AvroCoder to the dataflow worker does not take in account the 'useRelectApi' [AvroCoder|https://github.com/apache/beam/blob/f6e4aef7cc22ea934bde471fd2e2ea2c110721d4/sdks/java/core/src/main/java/org/apache/beam/sdk/coders/AvroCoder.java#L131] parameter, and will deserialize coders with default value (true).
> The CloudObjectTranslator should propagate this setting so that the deserialized coder behaves the same way as the serialized one.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)