buptljy opened a new pull request #10207: [FLINK-14766] Remove volatile variable in ExecutionVertex URL: https://github.com/apache/flink/pull/10207 ## What is the purpose of the change Since operations in `ExecutionGraph` have already been single-thread introduced by [FLINK-11417](https://issues.apache.org/jira/browse/FLINK-11417), we can remove the `volatile` keyword. ## Brief change log Remove `volatile` keyword in `org.apache.flink.runtime.executiongraph` package. ## Verifying this change Covered by unit testing introduced by [FLINK-11417](https://issues.apache.org/jira/browse/FLINK-11417). ## Does this pull request potentially affect one of the following parts: No. ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services