Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
Signed-off-by: luohaha <[email protected]>
  • Loading branch information
luohaha committed Feb 11, 2025
1 parent 6294390 commit 4b3d293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/storage/lake/delta_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ inline Status DeltaWriterImpl::flush_async() {
}
VLOG(2) << "flush memtable, tablet=" << _tablet_id << ", txn=" << _txn_id
<< " _immutable_tablet_size=" << _immutable_tablet_size
<< ", segment_size=" << (seg ? seg->data_size() : 0)
<< ", flush data size=" << (seg ? seg->data_size() : flush_data_size)
<< ", in_writing_data_size=" << _tablet_manager->in_writing_data_size(_tablet_id)
<< ", is_immutable=" << _is_immutable.load(std::memory_order_relaxed);
}
Expand Down

0 comments on commit 4b3d293

Please sign in to comment.