Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
None
Description
MyRocks now has "group commit with the binary log" feature. Its goal is to keep the storage engine and the binlog in sync despite server crashes. It's interesting to run it under a parallel workload.
This task is about testing it with a setup that was used to test similar features with InnoDB.
Essential settings for testing:
rocksdb_enable_2pc=ON
|
rocksdb_flush_log_at_trx_commit=1
|
sync_binlog=1
|
log_bin=1
|
binlog_format=ROW
|
Attachments
Issue Links
- is blocked by
-
MDEV-14138 RocksDB Crash recovery is broken
- Closed
- is part of
-
MDEV-9658 Make MyRocks in MariaDB stable
- Closed
- relates to
-
MDEV-11934 MariaRocks: Group Commit with binlog
- Closed
-
MDEV-14131 Burst in connections may show: Lost connection to MySQL server at 'handshake: reading inital communication packet', system error: 22
- Confirmed