Closed MrCroxx closed 3 years ago
/cc @tabokie @hicqu
I really don't know why are we using C++ style enum definition here. With that style you shouldn't drop the leading k, instead use something like kForFlush. Or IMO you could start using C style again to avoid collision, like here.
@tabokie I agree with you, C style enum will be better here.
All tests passed locally. Ready to be merged.
@tabokie PTAL
Allow compaction filter on flush.
Ref: tikv/rocksdb#pr243
TODO:
rocksdb
back totikv/rocksdb
branch6.4.tikv
after pull#243 is merged.