w41ter commented on code in PR #53828:
URL: https://github.com/apache/doris/pull/53828#discussion_r2238687552


##########
cloud/src/meta-service/meta_service_partition.cpp:
##########
@@ -673,6 +677,10 @@ void 
MetaServiceImpl::drop_partition(::google::protobuf::RpcController* controll
             return;
         }
         versioned_put(txn.get(), operation_log_key, operation_log_value);
+        LOG(INFO) << "put drop partition operation log"
+                  << " instance_id=" << instance_id << " table_id=" << 
request->table_id()
+                  << " partition_ids=" << 
drop_partition_log.partition_ids_size()

Review Comment:
   Will fix it in the later PR



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