You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "fredia (via GitHub)" <gi...@apache.org> on 2023/04/21 03:06:49 UTC

[GitHub] [flink] fredia commented on a diff in pull request #22257: [FLINK-31593][tests] Upgraded migration test data

fredia commented on code in PR #22257:
URL: https://github.com/apache/flink/pull/22257#discussion_r1173259129


##########
flink-tests/src/test/resources/new-stateful-broadcast-udf-migration-itcase-flink1.17-rocksdb-checkpoint/0193581b-bd07-4b9d-b5d3-a6c986164fa4:
##########
@@ -0,0 +1,362 @@
+# This is a RocksDB option file.
+#
+# For detailed file format spec, please refer to the example file
+# in examples/rocksdb_option_file_example.ini
+#

Review Comment:
   @XComp Yes, rocksdb config file is usually generated when creating checkpoints.
   Rocksdb checkpoint/savepoint-native is added after https://issues.apache.org/jira/browse/FLINK-26146, but some rocksdb configuration does not take effect, so no rocksdb config file is generated, see https://issues.apache.org/jira/browse/FLINK-26176.
   
   The following are some existing checkpoint/native-savepoint files related to rocksdb. We can see that there were rocksdb config files in the past.
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint  
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] [new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint ](https://github.com/apache/flink/blob/master/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.16-rocksdb-checkpoint/0e40bd9a-a3b3-4d71-9d32-dfaacba11244)
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [ ] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-checkpoint 
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-checkpoint 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-checkpoint 
   
   
   - [ ] new-stateful-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] new-stateful-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] new-stateful-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] new-stateful-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-udf-migration-itcase-flink1.15-rocksdb-savepoint-native 
   - [x] stateful-scala-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [ ] stateful-scala-with-broadcast-udf-migration-itcase-flink1.15-rocksdb-savepoint-native  
   - [x] stateful-scala-with-broadcast-udf-migration-itcase-flink1.16-rocksdb-savepoint-native 
   - [x] type-serializer-snapshot-migration-itcase-flink1.16-rocksdb-savepoint-native 



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org