rocksdb/utilities/transactions
Archit Mishra bddd5d3630 Added mechanism to track deadlock chain
Summary:
Changes:
* extended the wait_txn_map to track additional information
* designed circular buffer to store n latest deadlocks' information
* added test coverage to verify the additional information tracked is accurately stored in the buffer
Closes https://github.com/facebook/rocksdb/pull/2630

Differential Revision: D5478025

Pulled By: armishra

fbshipit-source-id: 2b138de7b5a73f5ca554fc3ff8220a3be49f39e7
2017-08-17 18:56:21 -07:00
..
optimistic_transaction_db_impl.cc Refactor PessimisticTransaction 2017-08-07 16:12:29 -07:00
optimistic_transaction_db_impl.h Change RocksDB License 2017-07-15 16:11:23 -07:00
optimistic_transaction_test.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
optimistic_transaction.cc Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
optimistic_transaction.h Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
pessimistic_transaction_db.cc Added mechanism to track deadlock chain 2017-08-17 18:56:21 -07:00
pessimistic_transaction_db.h Added mechanism to track deadlock chain 2017-08-17 18:56:21 -07:00
pessimistic_transaction.cc Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
pessimistic_transaction.h Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
transaction_base.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_base.h Revert "comment out unused parameters" 2017-07-21 18:26:26 -07:00
transaction_db_mutex_impl.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_db_mutex_impl.h Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_lock_mgr.cc Added mechanism to track deadlock chain 2017-08-17 18:56:21 -07:00
transaction_lock_mgr.h Added mechanism to track deadlock chain 2017-08-17 18:56:21 -07:00
transaction_test.cc Added mechanism to track deadlock chain 2017-08-17 18:56:21 -07:00
transaction_util.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_util.h Change RocksDB License 2017-07-15 16:11:23 -07:00
write_prepared_txn.cc Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
write_prepared_txn.h Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00