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

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


The following commit(s) were added to refs/heads/master by this push:
     new b6696da4ca6 [fix](merge-cloud) fix full compaction core (#31745)
b6696da4ca6 is described below

commit b6696da4ca6e3287a8951132c23d1d15e1497db5
Author: Luwei <[email protected]>
AuthorDate: Mon Mar 4 20:27:14 2024 +0800

    [fix](merge-cloud) fix full compaction core (#31745)
---
 be/src/cloud/cloud_full_compaction.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/cloud/cloud_full_compaction.cpp 
b/be/src/cloud/cloud_full_compaction.cpp
index 3cc47d5eb10..79e4ef4dcc5 100644
--- a/be/src/cloud/cloud_full_compaction.cpp
+++ b/be/src/cloud/cloud_full_compaction.cpp
@@ -39,7 +39,7 @@ using namespace ErrorCode;
 bvar::Adder<uint64_t> full_output_size("full_compaction", "output_size");
 
 CloudFullCompaction::CloudFullCompaction(CloudStorageEngine& engine, 
CloudTabletSPtr tablet)
-        : CloudCompactionMixin(engine, std::move(tablet),
+        : CloudCompactionMixin(engine, tablet,
                                "BaseCompaction:" + 
std::to_string(tablet->tablet_id())) {
     auto uuid = UUIDGenerator::instance()->next_uuid();
     std::stringstream ss;


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

Reply via email to