zentol commented on a change in pull request #16879:
URL: https://github.com/apache/flink/pull/16879#discussion_r692311043



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/CheckpointStorageLoader.java
##########
@@ -44,6 +44,9 @@
 
     private static final String FILE_SYSTEM_STORAGE_NAME = "filesystem";
 
+    private static final String LEGACY_PRECEDENCE_LOG_MESSAGE =
+            "Legacy state backends can also be used as checkpoint storage and 
are configured to take precedence for backward-compatibility reasons.";

Review comment:
       ```suggestion
               "Legacy state backends can also be used as checkpoint storage 
and take precedence for backward-compatibility reasons.";
   ```
   Saying that they are "configured to do X" may imply that this behavior is 
configurable.




-- 
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]


Reply via email to