Myasuka commented on a change in pull request #18086:
URL: https://github.com/apache/flink/pull/18086#discussion_r768290916
##########
File path:
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackend.java
##########
@@ -281,6 +281,12 @@ public StateBackend getCheckpointBackend() {
return checkpointStreamBackend;
}
+ @Override
+ public boolean supportsForcedFullSnapshot() {
+ // we respect the flag and potentially reupload shared files
Review comment:
I don't think this method would accept any flag, we should describe it
as whether be able to do so.
--
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]