zhannngchen commented on code in PR #50051:
URL: https://github.com/apache/doris/pull/50051#discussion_r2043957559
##########
be/src/cloud/cloud_tablet.h:
##########
@@ -245,6 +247,8 @@ class CloudTablet final : public BaseTablet {
// this mutex MUST ONLY be used when sync meta
bthread::Mutex _sync_meta_lock;
+ mutable std::mutex _sync_tablet_rowsets_lock; // for
CloudMetaMgr::sync_tablet_rowsets
Review Comment:
use `_sync_meta_lock` is enough?
--
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]