GJL commented on a change in pull request #11549: [FLINK-16703][rpc] Set
AkkaRpcActor state to TERMINATING when terminating
URL: https://github.com/apache/flink/pull/11549#discussion_r400698836
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActor.java
##########
@@ -488,16 +493,16 @@ default String invalidStateTransitionMessage(State
targetState) {
@SuppressWarnings("Singleton")
enum StartedState implements State {
- INSTANCE;
+ STARTED;
Review comment:
This looks like a cosmetical change and it is not covered by the commit
message.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services