• I
    Drop column family from write thread · 9f1c80b5
    Igor Canadi 提交于
    Summary: If we drop column family only from (single) write thread, we can be sure that nobody will drop the column family while we're writing (and our mutex is released). This greatly simplifies my patch that's getting rid of MakeRoomForWrite().
    
    Test Plan: make check, but also running stress test
    
    Reviewers: ljin, sdong
    
    Reviewed By: sdong
    
    Subscribers: leveldb
    
    Differential Revision: https://reviews.facebook.net/D22965
    9f1c80b5
db_impl.cc 176.6 KB