Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.rocksdb 运行过程发现数据校验失败 2.重启rocksdb后读取发现数据是对的 3.内核添加日志后无法复现 4、使用directIO模式没有复现 Actual results: rocksdb数据读取内容不正确 Expected results: 读取的数据和盘上保存的数据一致 Additional info: RHCK内核和欧拉内核也能复现 使用分析仪分析盘上传的数据是正确的
设置了RO(Relaxed Ordering)导致的,不是内核的问题。