zhannngchen commented on code in PR #47712: URL: https://github.com/apache/doris/pull/47712#discussion_r1950819674
########## be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp: ########## @@ -192,6 +194,17 @@ Status CloudTabletCalcDeleteBitmapTask::handle() const { } int64_t t3 = MonotonicMicros(); + DBUG_EXECUTE_IF("CloudEngineCalcDeleteBitmapTask.handle.inject_sleep", { Review Comment: is it duplicate with "CloudEngineCalcDeleteBitmapTask.execute.enable_wait"? -- 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