github-actions[bot] commented on code in PR #31716:
URL: https://github.com/apache/doris/pull/31716#discussion_r1511019326
##########
be/src/cloud/cloud_meta_mgr.cpp:
##########
@@ -317,6 +316,99 @@ static Status retry_rpc(std::string_view op_name, const
Request& req, Response*
return Status::RpcError("failed to {}: rpc timeout, last msg={}", op_name,
error_msg);
}
+Status sync_tablet_delete_bitmap(CloudTablet* tablet, int64_t old_max_version,
Review Comment:
warning: function 'sync_tablet_delete_bitmap' exceeds recommended
size/complexity thresholds [readability-function-size]
```cpp
Status sync_tablet_delete_bitmap(CloudTablet* tablet, int64_t
old_max_version,
^
```
<details>
<summary>Additional context</summary>
**be/src/cloud/cloud_meta_mgr.cpp:318:** 87 lines including whitespace and
comments (threshold 80)
```cpp
Status sync_tablet_delete_bitmap(CloudTablet* tablet, int64_t
old_max_version,
^
```
</details>
--
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]