[
https://issues.apache.org/jira/browse/FLINK-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321520#comment-17321520
]
Flink Jira Bot commented on FLINK-12095:
----------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> Canceling vs cancelling
> -----------------------
>
> Key: FLINK-12095
> URL: https://issues.apache.org/jira/browse/FLINK-12095
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: Mike Pedersen
> Priority: Minor
> Labels: stale-minor
>
> British and American English is mixed in some places, leading to confusion
> between "canceled" and "cancelled", and "canceling" and "cancelling".
> It is called "canceling" in the ExecutionState enum:
> https://github.com/apache/flink/blob/8ed85fe49b7595546a8f968e0faa1fa7d4da47ec/flink-runtime/src/main/java/org/apache/flink/runtime/execution/ExecutionState.java
> But for example here, it is incorrectly called "cancelling":
> https://ci.apache.org/projects/flink/flink-docs-stable/internals/job_scheduling.html
> Likewise in the state diagram of the ExecutionState itself:
> https://github.com/apache/flink/blob/8ed85fe49b7595546a8f968e0faa1fa7d4da47ec/flink-runtime/src/main/java/org/apache/flink/runtime/execution/ExecutionState.java#L31
> Same for the /jobs REST schema. It is unclear if this is due to incorrect
> documentation or a misspelling in the JSON output i.e. if the schema is wrong
> or correct, but misspelled.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)