titan
titan copied to clipboard
RocksDB makes sure the order of notifying OnFlushCompleted and OnCompactionCompleted
In this PR https://github.com/facebook/rocksdb/pull/6342, it fixes the issue that OnFlushCompleted and OnCompactionCompleted are called out of order which is the root cause of what #172 fixes.
After it is merged into our branch, we can remove the extra logic in Titan
Sadly that PR was abandoned..
@yiwu-arbug oh, didn't notice that it is closed. I was though it is merged