I found that when running with the kMultiBatchWrite parameter, an assertion fails. - ut: https://github.com/tikv/rocksdb/blob/8.10.tikv/db/db_test.cc#L2983 - option: https://github.com/tikv/rocksdb/blob/8.10.tikv/db/db_test_util.cc#L553 ### Expected behavior `assert ok ` ### Actual behavior `assert fail `  ### Steps to reproduce the behavior `./db_test --gtest_filter=DBTest.GroupCommitTest `