mayuehappy commented on PR #25253: URL: https://github.com/apache/flink/pull/25253#issuecomment-2311939034
> Caused by: org.rocksdb.RocksDBException: `/dev/null' exists but is not a directory This is because when run e2e test, the directory of rocksdb log will be specified as` /dev/null` by default. But in Rocksdb-v8.10 will `call s = env->CreateDirIfMissing(options.db_log_dir);` This will lead the creation of Logger to fail. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
