wangyang0918 commented on code in PR #171:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/171#discussion_r852977099
##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java:
##########
@@ -401,12 +400,6 @@ public Optional<String> cancelSessionJob(
return savepointOpt;
}
- public void stopSessionCluster(
Review Comment:
After you rebase the latest master, I am afraid that we still need the
`stopSessionCluster`, which simply call the `FlinkUtils.deleteCluster` in the
production code. And we could still keep the testing implementation.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]