We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11fea6 commit 786b98aCopy full SHA for 786b98a
1 file changed
src/pika_server.cc
@@ -1157,7 +1157,7 @@ void PikaServer::AutoProgressiveCompact() {
1157
db_item.second->DBLockShared();
1158
auto storage = db_item.second->storage();
1159
if (storage) {
1160
- Status s = storage->LongestNotCompactionSstCompact(storage::DataType::kAll);
+ storage::Status s = storage->LongestNotCompactionSstCompact(storage::DataType::kAll);
1161
if (!s.ok()) {
1162
LOG(WARNING) << "Progressive compact for DB: " << db_item.first
1163
<< " failed: " << s.ToString();
0 commit comments