csun5285 commented on code in PR #33076:
URL: https://github.com/apache/doris/pull/33076#discussion_r1565148399
##########
be/src/olap/single_replica_compaction.h:
##########
@@ -30,20 +30,15 @@ class DataDir;
// SingleReplicaCompaction is used to fetch peer replica compaction result.
class SingleReplicaCompaction final : public CompactionMixin {
public:
- SingleReplicaCompaction(StorageEngine& engine, const TabletSharedPtr&
tablet,
- CompactionType compaction_type);
Review Comment:
The function of compact_type is to record whether the tablet should undergo
base or cumulative compaction.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]