imay commented on a change in pull request #1160: Skip tablet under compaction 
when choose candidate
URL: https://github.com/apache/incubator-doris/pull/1160#discussion_r284083165
 
 

 ##########
 File path: be/src/olap/segment_group.cpp
 ##########
 @@ -568,6 +568,7 @@ OLAPStatus SegmentGroup::add_short_key(const RowCursor& 
short_key, const uint32_
             _check_io_error(res);
             return res;
         }
+        _file_created=true;
 
 Review comment:
   ```suggestion
           _file_created = true;
   ```

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