database: Add table name to log message about sealing
Message-Id: <1468917744-2539-1-git-send-email-tgrabiec@scylladb.com>
(cherry picked from commit 0d26294fac)
This commit is contained in:
committed by
Pekka Enberg
parent
9c430c2cff
commit
13f18c6445
@@ -785,7 +785,7 @@ future<> column_family::seal_active_streaming_memtable_big(streaming_memtable_bi
|
||||
future<>
|
||||
column_family::seal_active_memtable(memtable_list::flush_behavior ignored) {
|
||||
auto old = _memtables->back();
|
||||
dblog.debug("Sealing active memtable, partitions: {}, occupancy: {}", old->partition_count(), old->occupancy());
|
||||
dblog.debug("Sealing active memtable of {}.{}, partitions: {}, occupancy: {}", _schema->cf_name(), _schema->ks_name(), old->partition_count(), old->occupancy());
|
||||
|
||||
if (old->empty()) {
|
||||
dblog.debug("Memtable is empty");
|
||||
|
||||
Reference in New Issue
Block a user