Hi ConradJam, Thanks for bringing this up. In fact, @Sebastian has tried to update RocksDB to 6.29.5[1], but there are some regressions on MapState[2]. If you want to use the newest feature of RocksDB, I think you can refer to this release document[3] to release your own version.
> I would like to ask if there is any chance for this project to be moved to the Apache Flink sub-project to allow more people to participate? IMO, the open-source licenses of RocksDB and Apache Flink are different, moving FRocksDB to the Apache Flink sub-project may be hindered. [1] https://issues.apache.org/jira/browse/FLINK-24932?focusedCommentId=17560179&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17560179 [2] https://issues.apache.org/jira/browse/FLINK-24932?focusedCommentId=17557331&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17557331 [3] https://github.com/ververica/frocksdb/blob/FRocksDB-6.20.3/FROCKSDB-RELEASE.md Zheng Yu Chen <[email protected]> 于2022年11月22日周二 11:40写道: > Hi community, I want to ask a question about frocksdb > > I noticed that frocksdb seems to have been inactive for a long time. > flink-statebackend-rocksdb is depend https://github.com/ververica/frocksdb > to run state backend > This Rocksdb is stuck at 6.20.3.But the current upstream version > https://github.com/facebook/rocksdb is already at 7.7.3.As the basic state > backend of Flink, this part > seems to be ignored by people (although users cannot directly perceive it) > > I don't know how often this library is maintained and updated and the > differences between them and Rocksdb. It would be best if there are > relevant documents to tell me > > If the community is willing to upgrade this underlying component, I am > willing to assist in this work as one of the volunteers. > At the same time, I would like to ask if there is any chance for this > project to be moved to the Apache Flink sub-project to allow more people to > participate? > > > > -- > Best > > ConradJam > -- Best, Yanfei
