Github user uce commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3113#discussion_r95960106
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/execution/ExecutionState.java
 ---
    @@ -25,16 +25,23 @@
      * <pre>{@code
      *
      *     CREATED  -> SCHEDULED -> DEPLOYING -> RUNNING -> FINISHED
    - *                     |            |          |
    - *                     |            |   +------+
    - *                     |            V   V
    - *                     |         CANCELLING -----+----> CANCELED
    - *                     |                         |
    - *                     +-------------------------+
    + *            |         |            |          |
    + *            |         |            |   +------+
    + *            |         |            V   V
    + *            |         |         CANCELLING -----+----> CANCELED
    + *            |         |                         |
    + *            |        +-------------------------+
    + *            |
    + *            |                                   ... -> FAILED
    + *           V
    + *    RECONCILING  -> RUNNING | FINISHED | CANCELED | FAILED
      *
    - *                                               ... -> FAILED
      * }</pre>
      *
    + * <p>It is possible to enter the {@code RECONCILING} state from {@code 
CREATED}
    --- End diff --
    
    I think it would be best to move this paragraph below the other paragraphs 
below (below line 48).
    
    A general note: I think for Javadocs it's enough to just have the opening 
`<p>` tag like this:
    
    ```
    <p>Start here...
    ...continue and not closing tag at the end.
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to