mayuehappy commented on PR #25253: URL: https://github.com/apache/flink/pull/25253#issuecomment-2310071852
> Is the CI failure related with compilation or release of the frocksdb? @Zakelly The compilation looks fine There are two main reasons why CI has failed The error message for one is open db ``` Caused by: org.rocksdb.RocksDBException: `/dev/null' exists but is not a directory Aug 26 06:55:21 at org.rocksdb.RocksDB.open(Native Method) ~[flink-dist-2.0-SNAPSHOT.jar:2.0-SNAPSHOT] Aug 26 06:55:21 at org.rocksdb.RocksDB.open(RocksDB.java:315) ~[flink-dist-2.0-SNAPSHOT.jar:2.0-SNAPSHOT] Aug 26 06:55:21 at org.apache.flink.contrib.streaming.state.RocksDBOperationUtils.openDB(RocksDBOperationUtils.java:77) ~[flink-dist-2.0-SNAPSHOT.jar:2.0-SNAPSHOT] Aug 26 06:55:21 at org.apache.flink.contrib.streaming.state.restore.RocksDBHandle.loadDb(RocksDBHandle.java:138) ~[flink-dist-2.0-SNAPSHOT.jar:2.0-SNAPSHOT] Aug 26 06:55:21 at org.apache.flink.contrib.streaming.state.restore.RocksDBHandle.openDB(RocksDBHandle.java:114) ~[flink-dist-2.0-SNAPSHOT.jar:2.0-SNAPSHOT] Aug 26 06:55:21 at org.apache.flink.contrib.streaming.state.restore.RocksDBNoneRestoreOperation.restore(RocksDBNoneRestoreOperation.java:62) ~[flink-dist-2.0-SNAPSHOT.jar:2.0-SNAPSHOT] Aug 26 06:55:21 at org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackendBuilder.build(RocksDBKeyedStateBackendBuilder.java:376) ~[flink-dist-2.0-SNAPSHOT.jar:2.0-SNAPSHOT] Aug 26 06:55:21 ... 20 more ``` And another is UT `RocksDBResourceContainerTest.testGetColumnFamilyOptionsWithPartitionedIndex` ``` Aug 26 07:39:29 07:39:29.881 [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.029 s <<< FAILURE! -- in org.apache.flink.contrib.streaming.state.RocksDBResourceContainerTest Aug 26 07:39:29 07:39:29.881 [ERROR] org.apache.flink.contrib.streaming.state.RocksDBResourceContainerTest.testGetColumnFamilyOptionsWithPartitionedIndex -- Time elapsed: 0.008 s <<< FAILURE! Aug 26 07:39:29 java.lang.AssertionError: Aug 26 07:39:29 Aug 26 07:39:29 Expected: not <org.rocksdb.BloomFilter@4024001f> Aug 26 07:39:29 but: was <org.rocksdb.BloomFilter@4024001f> Aug 26 07:39:29 at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) Aug 26 07:39:29 at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) Aug 26 07:39:29 at org.apache.flink.contrib.streaming.state.RocksDBResourceContainerTest.testGetColumnFamilyOptionsWithPartitionedIndex(RocksDBResourceContainerTest.java:320) Aug 26 07:39:29 at java.lang.reflect.Method.invoke(Method.java:498) ``` I'll try to reproduce it on my local machine and figure out how to fix it -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org