• Y
    Remove a check for merge operator in builder.cc · 67dae255
    Yueh-Hsuan Chiang 提交于
    Summary:
    Previously, builder.cc has a check for merge operator which prevents
    RocksDB from crash when reopening a DB w/o properly specifying the merge
    operator.  However, currently we observed a memory leak on failing in
    RocksDB recovery.  This diff removes such check and let it crash instead of
    causing memory leak for now before we have identified the real cause of
    the memory leak.
    
    Test Plan: make all check
    
    Reviewers: sdong
    
    Subscribers: ljin, igor
    
    Differential Revision: https://reviews.facebook.net/D20913
    67dae255
builder.cc 8.7 KB