This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch compaction_opt
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/compaction_opt by this push:
     new 6bfb7fadb8 [enhancement](compaction) add log (#14376)
6bfb7fadb8 is described below

commit 6bfb7fadb8cc1d283f28c3ba053f8e933b86ff9e
Author: yixiutt <[email protected]>
AuthorDate: Thu Nov 17 19:30:26 2022 +0800

    [enhancement](compaction) add log (#14376)
---
 be/src/olap/compaction.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/be/src/olap/compaction.cpp b/be/src/olap/compaction.cpp
index ca477e7f0c..86b5706b4a 100644
--- a/be/src/olap/compaction.cpp
+++ b/be/src/olap/compaction.cpp
@@ -339,7 +339,8 @@ Status Compaction::do_compaction_impl(int64_t permits) {
     auto cumu_policy = _tablet->cumulative_compaction_policy();
     DCHECK(cumu_policy);
     LOG(INFO) << "succeed to do " << merge_type << compaction_name()
-              << ". tablet=" << _tablet->full_name() << ", output_version=" << 
_output_version
+              << " is_vertical=" << vertical_compaction << ". tablet=" << 
_tablet->full_name()
+              << ", output_version=" << _output_version
               << ", current_max_version=" << current_max_version
               << ", disk=" << _tablet->data_dir()->path() << ", segments=" << 
_input_num_segments
               << ", input_row_num=" << _input_row_num


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to