Skip to content

Commit

Permalink
Proactive Flushes: compilation warnings fix (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval-Ariel committed Dec 21, 2022
1 parent b5ae932 commit bed23e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/db_impl/db_impl_compaction_flush.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4002,8 +4002,8 @@ bool DBImpl::InitiateMemoryManagerFlushRequestNonAtomicFlush(
ROCKS_LOG_INFO(immutable_db_options_.info_log,
"[%s] write buffer manager initiated flush "
"started current "
"usage %lu out of %lu, min-size:%lu, seq:%lu, "
"num-flushes:%lu, orig-cf:%s num-flushes:%lu",
"usage %lu out of %lu, min-size:%lu, seq:%" PRIu64
", num-flushes:%" PRIu64 ", orig-cf:%s num-flushes:%" PRIu64,
cfd_to_flush->GetName().c_str(),
cfd_to_flush->write_buffer_mgr()->memory_usage(),
cfd_to_flush->write_buffer_mgr()->buffer_size(),
Expand Down

0 comments on commit bed23e3

Please sign in to comment.