Commit 85b70d67 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel
Browse files

[t:4298] A note about locking. Refs #4298.

git-svn-id: file:///svn/toku/tokudb@41627 c7de825b-a66e-492c-adef-691d508d4ae1
parent a4317d44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3528,6 +3528,7 @@ log_open_txn (OMTVALUE txnv, u_int32_t UU(index), void *UU(extra)) {
        int r = toku_omt_iterate(txn->open_brts, set_filenum_in_array, array);
        assert(r==0);
    }
    // Zardosht claims that COMMITTING, ABORTING and RETIRED can never happen because of the multi-operation lock.
    switch (toku_txn_get_state(txn)) {
    case TOKUTXN_LIVE:
    case TOKUTXN_COMMITTING: