[
https://issues.apache.org/jira/browse/FLINK-15865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-15865:
-----------------------------------
Labels: auto-deprioritized-major stale-minor (was:
auto-deprioritized-major)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is
still Minor, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> When to add .uid() call: inconsistent definition of operators in Flink docs
> ---------------------------------------------------------------------------
>
> Key: FLINK-15865
> URL: https://issues.apache.org/jira/browse/FLINK-15865
> Project: Flink
> Issue Type: Bug
> Components: API / DataStream, Documentation
> Affects Versions: 1.9.1
> Reporter: Jun Qin
> Priority: Minor
> Labels: auto-deprioritized-major, stale-minor
>
> On one hand, the Flink doc suggests to add .uid() call for *all* operators in
> [1], on the other hand, it lists all operators in Flink [2]. The issues are:
> # KeyBy is listed as an operator, but .keyBy().uid() is not a valid call.
> This is same for window(), split(), etc.
> # addSource(), addSink() are not listed as operators, but we do expect user
> to call .uid() after addSource() and addSink(), especially in the exact-once
> scenario.
> This creates confusions, esp., for beginners. There should be a better
> definition about which/what kind of operators can have a following uid() call.
> [1] [Should I assign ids to all operators in my
> job|https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/state/savepoints.html#should-i-assign-ids-to-all-operators-in-my-job]
> [2] [Flink
> Operators|https://ci.apache.org/projects/flink/flink-docs-release-1.9/dev/stream/operators/]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)