zhaohaidao opened a new issue, #3567:
URL: https://github.com/apache/bookkeeper/issues/3567

   **BUG REPORT**
   
   ***Describe the bug***
   
   Rocksdb instance throws Checksum Mismatch exception frequently with high 
workload in directio mode
   
   ***To Reproduce***
   
   Steps to reproduce the behavior:
   1. Run with high workload with openmessaging-benchmark(2000MB/s)
   
   - 3 bookies
   - 3 benchmark-worker
   - 3 replica
   - 3 writeQuorumSize
   - 2 ackQuorumSize
   
   2. See error
   
   > Oct 20 18:34:46 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   Oct 20 18:34:46 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   Oct 20 18:34:47 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   Oct 20 18:34:47 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   Oct 20 18:34:48 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   Oct 20 18:34:48 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   Oct 20 18:34:49 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   Oct 20 18:34:50 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   Oct 20 18:34:50 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   Oct 20 18:34:50 test_host pulsar[6380]: Caused by: 
org.rocksdb.RocksDBException: block checksum mismatch: stored = 4048457838, 
computed = 3129443982, type = 2  in 
/cache2/storage/5/current/locations/000037.sst offset 0 size 29026
   
   ***Expected behavior***
   
   A clear and concise description of what you expected to happen.
   
   ***Screenshots***
   
   If applicable, add screenshots to help explain your problem.
   <img width="1495" alt="image" 
src="https://user-images.githubusercontent.com/6216286/197488930-462fad6a-0119-423d-9ecc-bf86d0c01696.png";>
   
   
   ***Additional context***
   
   Add any other context about the problem here.
   


-- 
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]

Reply via email to