carp84 commented on a change in pull request #10893: [FLINK-15637][state
backends] Make RocksDB the default store for timers when using
RocksDBStateBackend
URL: https://github.com/apache/flink/pull/10893#discussion_r368504806
##########
File path: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh
##########
@@ -47,7 +47,7 @@ ORIGINAL_DOP=$1
NEW_DOP=$2
STATE_BACKEND_TYPE=${3:-file}
STATE_BACKEND_FILE_ASYNC=${4:-true}
-STATE_BACKEND_ROCKS_TIMER_SERVICE_TYPE=${5:-heap}
+STATE_BACKEND_ROCKS_TIMER_SERVICE_TYPE=${5:-rocks}
Review comment:
The [result](https://travis-ci.com/flink-ci/flink/builds/145155686) of the
e2e test verification (#10905) looks good
----------------------------------------------------------------
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