yiguolei commented on a change in pull request #1374: add garbase collect by 
rowsetid
URL: https://github.com/apache/incubator-doris/pull/1374#discussion_r297014671
 
 

 ##########
 File path: be/src/olap/tablet.h
 ##########
 @@ -248,6 +252,7 @@ class Tablet : public std::enable_shared_from_this<Tablet> 
{
 
     std::atomic<bool> _is_bad;   // if this tablet is broken, set to true. 
default is false
     std::atomic<int64_t> _last_compaction_failure_time; // timestamp of last 
compaction failure
+    RowsetId _start_rowset_id;
 
 
 Review comment:
   start_rowset_id is useless?

----------------------------------------------------------------
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.
 
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