You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "RocMarshal (via GitHub)" <gi...@apache.org> on 2023/04/14 05:16:26 UTC

[GitHub] [incubator-streampark] RocMarshal commented on a diff in pull request #2623: [Improve] Translate comments into English for FlinkAppState.java

RocMarshal commented on code in PR #2623:
URL: https://github.com/apache/incubator-streampark/pull/2623#discussion_r1166284435


##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/enums/FlinkAppState.java:
##########
@@ -68,13 +68,13 @@ public enum FlinkAppState implements Serializable {
   SUSPENDED(11),
   /** The job is currently reconciling and waits for task execution report to recover state. */
   RECONCILING(12),
-  /** 失联 */
+  /** Loss of mapping */
   LOST(13),
 
-  /** 射影中... */
+  /** Mapping */
   MAPPING(14),
 
-  /** 其他不关心的状态... */
+  /** Other statuses */
   OTHER(15),
 
   /** has rollback */

Review Comment:
   ```suggestion
     /** Has rollback */
   ```



##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/enums/FlinkAppState.java:
##########


Review Comment:
   `added new job to database` -> `Added new job to database` 
   `job SUCCEEDED on yarn`->`Job SUCCEEDED on yarn`
   `has killed in Yarn` -> `Has killed in Yarn`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org