You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/10/09 11:38:50 UTC

[GitHub] [flink] dawidwys commented on a change in pull request #13550: [FLINK-19474] Implement a state backend that holds a single key at a time

dawidwys commented on a change in pull request #13550:
URL: https://github.com/apache/flink/pull/13550#discussion_r502368225



##########
File path: flink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/benchmark/StateBackendBenchmarkUtils.java
##########
@@ -74,6 +75,24 @@
 			case ROCKSDB:
 				rootDir = prepareDirectory(rootDirName, null);
 				return createRocksDBKeyedStateBackend(rootDir);
+			case SINGLE_KEY:
+				try {
+					return new SingleKeyStateBackend().createKeyedStateBackend(

Review comment:
       Actually I did it and forgot to force push :facepalm: 




----------------------------------------------------------------
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:
users@infra.apache.org