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 11:58:42 UTC

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

Stas Levin created BEAM-1839:
--------------------------------

             Summary: 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


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)