You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Stas Levin (JIRA)" <ji...@apache.org> on 2017/03/30 12:04:41 UTC

[jira] [Resolved] (BEAM-1839) Opitimize StatelessJavaSerializer

     [ https://issues.apache.org/jira/browse/BEAM-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stas Levin resolved BEAM-1839.
------------------------------
       Resolution: Fixed
    Fix Version/s: First stable release

> Opitimize StatelessJavaSerializer
> ---------------------------------
>
>                 Key: BEAM-1839
>                 URL: https://issues.apache.org/jira/browse/BEAM-1839
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-spark
>            Reporter: Stas Levin
>            Assignee: Stas Levin
>            Priority: Minor
>             Fix For: First stable release
>
>
> Since Kryo uses reflection to sequentially look for constructor signatures, we can prevent NoSuchMethodException(s) being thrown as part of the exploration process if we have the signature it first looks for.
> See also https://goo.gl/Jn425G.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)