hust-hhb commented on code in PR #40204:
URL: https://github.com/apache/doris/pull/40204#discussion_r1766058633
##########
cloud/src/meta-service/meta_service.h:
##########
@@ -631,6 +641,21 @@ class MetaServiceProxy final : public MetaService {
done);
}
+ void remove_delete_bitmap(google::protobuf::RpcController* controller,
Review Comment:
update new delete bitmap will fali beacause of Fail to find
method=doris.cloud.MetaService/update_delete_bitmap_without_lock, and this
update action will retry 200 times, which will take about 1 min and finally
lead to update new delete bitmap fail, but compaciton finally will success
and do nothing on delete bitmap.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]