zhannngchen commented on code in PR #50019:
URL: https://github.com/apache/doris/pull/50019#discussion_r2041584070


##########
be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp:
##########
@@ -203,7 +200,6 @@ Status CloudTabletCalcDeleteBitmapTask::handle() const {
         }
         auto error_st =
                 Status::Error<ErrorCode::DELETE_BITMAP_LOCK_ERROR, 
false>("version not continuous");
-        _engine_calc_delete_bitmap_task->add_error_tablet_id(_tablet_id, 
error_st);
         return error_st;

Review Comment:
   return Status::Error<ErrorCode::DELETE_BITMAP_LOCK_ERROR, false>("version 
not continuous");



##########
be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp:
##########
@@ -203,7 +200,6 @@ Status CloudTabletCalcDeleteBitmapTask::handle() const {
         }
         auto error_st =
                 Status::Error<ErrorCode::DELETE_BITMAP_LOCK_ERROR, 
false>("version not continuous");
-        _engine_calc_delete_bitmap_task->add_error_tablet_id(_tablet_id, 
error_st);
         return error_st;

Review Comment:
   return Status::Error<ErrorCode::DELETE_BITMAP_LOCK_ERROR, false>("version 
not continuous");



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to