Skip to content
  • Manuel Ung's avatar
    Implement deadlock detection · 4edd39fd
    Manuel Ung authored
    Summary: Implement deadlock detection. This is done by maintaining a TxnID -> TxnID map which represents the edges in the wait for graph (this is named `wait_txn_map_`).
    
    Test Plan: transaction_test
    
    Reviewers: IslamAbdelRahman, sdong
    
    Reviewed By: sdong
    
    Subscribers: andrewkr, dhruba
    
    Differential Revision: https://reviews.facebook.net/D64491
    4edd39fd