PerconaFT
PerconaFT copied to clipboard
PerconaFT is a high-performance, transactional key-value store
Ported from (see-also) https://github.com/facebook/rocksdb/pull/9215
txn.cc is not well indented. This pull request tries to fix it.
As I understand it `PTHREAD_MUTEX_ADAPTIVE_NP` is not supported on musl. The `_NP` part indicates a Non-POSIX extension implemented by GNU libc. This small change fixes compilation on musl systems such...
When running the FT tests, some DRD runs report a data race on the 'writing_rollback' variable when it is being incremented and decremented. This can cause the value of the...
Fix file permissions for some ydb tests. Tools: Ubuntu 20.04, Gcc 10.0.1, Cmake 3.16.3, libc-2.31 Copyright (c) 2020, Rik Prohaska All rights reserved. Redistribution and use in source and binary...
Build perconaft with gcc-10 on ubuntu 20.04. Tools: Ubuntu 20.04, Gcc 10.0.1, Cmake 3.16.3, libc-2.31 Copyright (c) 2020, Rik Prohaska All rights reserved. Redistribution and use in source and binary...
Valgrind finds memory leaks of pfs keys for some ydb tests. These tests create an environment, manipulate it, and close it. These tests do not open the environment. The bug...
PS-4328 describes a crash in the FT locktree that is caused when the memory used for locks exceeds the locktree limit AND pending lock requests are retried. The lock request...
From @svoj in https://github.com/MariaDB/server/commit/dd939d6f7e57e418a6f80fb9057eef8823beaff6 Replaces #425
From @chriscalender in https://github.com/MariaDB/server/pull/1169