[
https://issues.apache.org/jira/browse/BEAM-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17131846#comment-17131846
]
Beam JIRA Bot commented on BEAM-3069:
-------------------------------------
This issue is P2 but has been unassigned without any comment for 60 days so it
has been labeled "stale-P2". If this issue is still affecting you, we care!
Please comment and remove the label. Otherwise, in 14 days the issue will be
moved to P3.
Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed
explanation of what these priorities mean.
> 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: P2
> Labels: stale-P2
>
> 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
(v8.3.4#803005)