[
https://issues.apache.org/jira/browse/BEAM-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17132149#comment-17132149
]
Beam JIRA Bot commented on BEAM-652:
------------------------------------
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.
> StateNamespaces.window() potentially unstable / stable encodings for windows
> ----------------------------------------------------------------------------
>
> Key: BEAM-652
> URL: https://issues.apache.org/jira/browse/BEAM-652
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Kenneth Knowles
> Priority: P2
> Labels: stale-P2
>
> WindowNamespace#stringKey includes a base64 encoding of the window as encoded
> by the windowCoder. This makes the key unpredictable if we support features
> such as reloading a pipeline with a new SDK or bugfixed pipeline. The
> encoding should be stable and documented.
> And even if the SDK's window types are stable and documented, users can
> define their own windows with coders and these may be less stable / requiring
> bugfixes. This ticket is to track the issue and any new ideas.
> [1]
> https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/util/state/StateNamespaces.java#L113
--
This message was sent by Atlassian Jira
(v8.3.4#803005)