Skip to content

Commit

Permalink
Corrected spelling errors
Browse files Browse the repository at this point in the history
Co-authored-by: Wang Yuan <wangyuancode@163.com>
  • Loading branch information
caipengbo and ShooterIT authored Nov 19, 2021
1 parent 1d8bd63 commit cd6098a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ void Server::GetRocksDBInfo(std::string *info) {
<< cf_stats_map["io_stalls.stop_for_pending_compaction_bytes"] << "\r\n";
string_stream << "memtable_count_limit_slowdown:[" << cf_handle->GetName() << "]:"
<< cf_stats_map["io_stalls.memtable_slowdown"] << "\r\n";
string_stream << "memtable_count_limit_slowdown:[" << cf_handle->GetName() << "]:"
string_stream << "memtable_count_limit_stop:[" << cf_handle->GetName() << "]:"
<< cf_stats_map["io_stalls.memtable_compaction"] << "\r\n";
}
string_stream << "all_mem_tables:" << memtable_sizes << "\r\n";
Expand Down

0 comments on commit cd6098a

Please sign in to comment.