Skip to content

Commit 23f9bb9

Browse files
committed
MDEV-12285: MariaRocks: "[ERROR] mysqld: Deadlock ..." messages in server stderr
The mssages are caused by log_warnings=2. Set log_warnings=1 for the rocksdb test suite.
1 parent 49de956 commit 23f9bb9

File tree

1 file changed

+4
-0
lines changed
  • storage/rocksdb/mysql-test/rocksdb

1 file changed

+4
-0
lines changed

storage/rocksdb/mysql-test/rocksdb/my.cnf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ loose-rocksdb_lock_wait_timeout=1
1111
loose-rocksdb_strict_collation_check=0
1212

1313
loose-rocksdb-flush-log-at-trx-commit=0
14+
15+
# The following is to get rid of the harmless
16+
# "Deadlock found when trying to get lock" errors, see MDEV-12285.
17+
log-warnings=1

0 commit comments

Comments
 (0)