SWJTU-ZhangLei commented on code in PR #54066:
URL: https://github.com/apache/doris/pull/54066#discussion_r2241382303
##########
cloud/src/recycler/s3_obj_client.cpp:
##########
@@ -243,18 +250,8 @@ ObjectStorageResponse S3ObjClient::delete_objects(const
std::string& bucket,
.tag("key[0]",
delete_request.GetDelete().GetObjects().front().GetKey())
.tag("responseCode",
static_cast<int>(delete_outcome.GetError().GetResponseCode()))
- .tag("error", delete_outcome.GetError().GetMessage());
- return -1;
- }
-
- if (!delete_outcome.IsSuccess()) {
Review Comment:
这里和上面的if的代码是重复的,所以删掉了一个
--
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]