You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2018/03/06 05:06:00 UTC

[jira] [Assigned] (BEAM-3069) Transform rehydrator registration should be idempotent

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

Kenneth Knowles reassigned BEAM-3069:
-------------------------------------

    Assignee:     (was: Thomas Groh)

> Transform rehydrator registration should be idempotent
> ------------------------------------------------------
>
>                 Key: BEAM-3069
>                 URL: https://issues.apache.org/jira/browse/BEAM-3069
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-core
>            Reporter: Kenneth Knowles
>            Priority: Major
>
> Currently, if the same URN is registered twice, it results in an exception. Instead, if it is a duplicate registration (for example, caused by double-shading of the service loader config) it should succeed. This requires probably good equals methods for the rehydrators.
> Other minor issues: it will fail at load time and from then throw class not found errors, which is extremely annoying. It should instead load lazily so we can always get a good stack trace.



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