kangpinghuang commented on a change in pull request #643: Import TabletState 
and remove mutex in TabletMeta
URL: https://github.com/apache/incubator-doris/pull/643#discussion_r258308857
 
 

 ##########
 File path: be/src/olap/base_compaction.cpp
 ##########
 @@ -200,7 +200,7 @@ bool BaseCompaction::_check_whether_satisfy_policy(bool 
is_manual_trigger,
         // base文件
         if (temp.first == 0) {
             _old_base_version = temp;
-            base_size = _tablet->get_version_data_size(temp);
+            base_size = _tablet->get_rowset_size_by_version(temp);
 
 Review comment:
   temp is not a good name?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to