zentol commented on a change in pull request #10344:
[FLINK-14264][StateBackend][Rest] Expose state backend in checkpoint rest api
URL: https://github.com/apache/flink/pull/10344#discussion_r351868617
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/tasks/CheckpointCoordinatorConfiguration.java
##########
@@ -36,6 +38,8 @@
private static final long serialVersionUID = 2L;
+ private String stateBackendName;
Review comment:
this doesn't seem like the right place to put it; we are polluting a runtime
configuration class with information that is only relevant to the REST API.
This class should only contain things that are relevant for the
CheckpointCoordinator; that's this class purpose after all.
----------------------------------------------------------------
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