• I
    WriteThread · dee91c25
    Igor Canadi 提交于
    Summary: This diff just moves the write thread control out of the DBImpl. I will need this as I will control column family data concurrency by only accessing some data in the write thread. That way, we won't have to lock our accesses to column family hash table (mappings from IDs to CFDs).
    
    Test Plan: make check
    
    Reviewers: sdong, yhchiang, ljin
    
    Reviewed By: ljin
    
    Subscribers: leveldb
    
    Differential Revision: https://reviews.facebook.net/D23301
    dee91c25
db_impl_debug.cc 4.7 KB