gavinchou commented on code in PR #37287:
URL: https://github.com/apache/doris/pull/37287#discussion_r1665310018


##########
cloud/src/meta-service/meta_service.cpp:
##########
@@ -1591,13 +1594,13 @@ static bool check_delete_bitmap_lock(MetaServiceCode& 
code, std::string& msg, st
     return true;
 }
 
-static bool process_pending_delete_bitmap(MetaServiceCode& code, std::string& 
msg,
-                                          std::stringstream& ss, 
std::unique_ptr<Transaction>& txn,

Review Comment:
   We have to check if `ss` already has something in it, say, 
   ```
   ss << "test";  // called somewhere
   ...
   process_pending_delete_bitmap(..., ss, ...);
   ...
   ```



-- 
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]

Reply via email to