Summary:
Just like other per_level properties.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/8668
Test Plan: stress_test
Reviewed By: zhichao-cao
Differential Revision:
D30360967
Pulled By: jay-zhuang
fbshipit-source-id:
70da2557b95c55e8081b04ebf1a909a0fe69488f
std::unordered_set<std::string> unknownPropertyNames = {
DB::Properties::kEstimateOldestKeyTime,
DB::Properties::kOptionsStatistics,
+ DB::Properties::
+ kLiveSstFilesSizeAtTemperature, // similar to levelPropertyNames, it
+ // requires a number suffix
};
unknownPropertyNames.insert(levelPropertyNames.begin(),
levelPropertyNames.end());