csun5285 commented on code in PR #22159:
URL: https://github.com/apache/doris/pull/22159#discussion_r1278308659
##########
be/src/olap/storage_engine.h:
##########
@@ -462,7 +462,9 @@ class StorageEngine {
std::shared_ptr<StreamLoadRecorder> _stream_load_recorder;
- std::shared_ptr<CumulativeCompactionPolicy> _cumulative_compaction_policy;
+ // we use unordered_map to store all cumulative compaction policy sharded
ptr
Review Comment:
BE previously used a single global compaction policy pointer. Now, I want to
maintain two compaction policy pointers globally and select different pointers
based on the compaction policy for each tablet.
--
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]